I'm trying to deploy an exploded ear, the web app is deployed but not the ejb. I get
the message that waiting for the deployer. Please suggest how the ejbs would be deployed.
The dir structure:
app.ear (exploded folder)
| meta-inf
| application.xml
| webapp.war (exploded folder)
| domain (exploded folder for ejbs, contains the .class files)
The application.xml:
=============
<application>
| <module>
| <ejb>domain</ejb>
| </module>
| <module>
| <web>
| <web-uri>webapp.war</web-uri>
| <context-root>/urlcontext</context-root>
| </web>
| </module>
| </application>
Regards
Shahid
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968994#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...