"david.lloyd(a)jboss.com" wrote :
| The jboss-remoting.xml that it fails to deploy is:
| <remoting xmlns="urn:jboss:remoting:3.0"/>
|
OK, like I said:
"alesj" wrote :
| You have a file that is your custom xml.
|
The thing is very simple. :-)
You should not be delegating parsing of this file to BasicXMLDeployer.
Since, like also already said, this one only 'speaks' MC beans.
You should somehow delegate parsing to the new RemotingMetaDataParser deployer/parser
you've installed before.
Look at my simple bootstrap that I've done for my OSGi demo:
-
http://anonsvn.jboss.org/repos/jbossas/projects/demos/osgi/
You can register new deployers there.
And the file will be delegated to all deployers, but only picked up by your new
RemotingMetaDataParser.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141023#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...