[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: Ordering of .ear subdeployments
vickyk
do-not-reply at jboss.com
Fri Aug 11 03:34:16 EDT 2006
anonymous wrote :
| A side affect is those listed in application.xml come before those listed in jboss-app.xml.
|
Well that is correct . Actually the ear deployer reads the application.xml first and then the jboss-app.xml file . So as per the JBAS-2904 the ordering seems to be correct .
I can think of the possible way to get the JBAS-3503 rectified
1) Modify the Test suite , removal of the -ds.xml from the jboss-app.xml and deploy this prior deploying the ejb .
2) Modify the EARDeployer to read the jboss-app.xml first and then the application.xml. This needs to be done in the init(..) of the EARDeployer . Personally I dont favor this and does not fit .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964542#3964542
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964542
More information about the jboss-dev-forums
mailing list