I'm lookig for a way to deploy two applications in a specific order.
I have an EAR and WAR application (two separate files). The WAR application is dependent
in some EJB?s located in the EAR. JBOSS is deploying the WAR file first which fails
because is looking for the EJB located in the EAR file.
I need to deploy the application in the following order:
EAR file
WAR file
Can someone help?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056638#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...