1 Reply Latest reply on Dec 8, 2009 5:44 AM by wolfc

    Session EJB 3.1 packaged in war file not recognized in JBoss

    icordoba

      Hello,
      I am trying to repackage a small EJB3 application moving the EJB jar file to .war's /WEB-INF/lib and deploying only that war, as docs say can be done with EJB3.1 specs.
      The Entity EJBs in that jar are recognized OK as hibernate logs show, but JBoss seems to ignore the Stateless Session Bean. When I deploy it according to EJB 3.0 specs (ear=war+jar) the SSB deploys of and appears in JNDIView in JMX Console. Do I have to make any special xml file or modification to JBoss to make it recognize the SSB? Of course, I am using new JBoss 6, which is supposed to support new EJB 3.1 .
      Thanks for any help,
      Ignacio