0 Replies Latest reply on Nov 8, 2006 5:48 AM by maek1975

    ejb instatiation problem

    maek1975

      Hi

      Only stateless session beans that reside in my business module are instantiated/started by JBOSS. Other beans that also are annotated using the attribute @Stateless, such as actions (seam), that resides in my web module are not started.

      My ear looks like this:
      /root
      -- META_INF
      Application.xml
      jboss-app.xml
      ModuleWeb.war
      ModuleBusiness.jar
      -- ModuleWeb-exp.war
      *.jsp
      -- WEB-INF
      web.xml
      -- Classes
      TestAction.class


      The TestAction class implements a Test class that has the @Local annotation. I followed the getting started tutorial. But somewhere i must be missing something.

      All help is very appreciated
      Thanks!