[jboss-user] [Installation, Configuration & Deployment] - exploded ejb deployment

muhammadshahid do-not-reply at jboss.com
Fri Sep 1 16:15:11 EDT 2006


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#3968994

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



More information about the jboss-user mailing list