[jboss-user] [EJB 3.0] - ejb instatiation problem

maek1975 do-not-reply at jboss.com
Wed Nov 8 05:48:35 EST 2006


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!


   

    


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984060#3984060

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



More information about the jboss-user mailing list