1 Reply Latest reply on Sep 1, 2006 4:39 PM by peterj

    exploded ejb deployment

    muhammadshahid

      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