[jboss-dev-forums] [JBoss AS 7 Development] - Re: What is equivalent namespace of “urn:jboss:bean-deployer:2.0” in JBoos 7 ?
Ales Justin
do-not-reply at jboss.com
Tue Jun 5 05:55:29 EDT 2012
Ales Justin [https://community.jboss.org/people/alesj] created the discussion
"Re: What is equivalent namespace of “urn:jboss:bean-deployer:2.0” in JBoos 7 ?"
To view the discussion, visit: https://community.jboss.org/message/739881#739881
--------------------------------------------------------------
It should still work, to some extent:
* https://github.com/jbossas/jboss-as/blob/master/pojo/src/main/java/org/jboss/as/pojo/descriptor/LegacyKernelDeploymentXmlDescriptorParser.java https://github.com/jbossas/jboss-as/blob/master/pojo/src/main/java/org/jboss/as/pojo/descriptor/LegacyKernelDeploymentXmlDescriptorParser.java
The thing is not all features from the old xml are supported.
The new supported schema is this (in Java code):
* https://github.com/jbossas/jboss-as/blob/master/pojo/src/main/java/org/jboss/as/pojo/descriptor/KernelDeploymentXmlDescriptorParser.java https://github.com/jbossas/jboss-as/blob/master/pojo/src/main/java/org/jboss/as/pojo/descriptor/KernelDeploymentXmlDescriptorParser.java
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/739881#739881]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120605/c3f9c8f6/attachment.html
More information about the jboss-dev-forums
mailing list