[jboss-user] [EJB/JBoss] - Re: application.xml + dependency between war and EJB

jaikiran do-not-reply at jboss.com
Sun May 17 23:22:43 EDT 2009


Create a application.xml with the correct order of modules. So in your case, list the WAR first and then the EJB jar. Then create a jboss-app.xml (if you don't already have one) and add the following to it:

<module-order>strict</module-order>

Place the jboss-app.xml in the META-INF of the EAR. This will ensure that the order in which the modules are listed in application.xml will be strictly followed.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231508#4231508

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231508



More information about the jboss-user mailing list