[jboss-user] [EJB 3.0] - Re: Possible Bug?

green_bean_1 do-not-reply at jboss.com
Mon Dec 22 17:20:28 EST 2008


sorry.. the code should be: 


    @EJB(mappedName="javaEEApplication/HelloWorldStatelessBean/remote-com.di.examples.HelloWorld") HelloWorld helloWorld;
    @EJB(mappedName="javaEEApplication/StatelessLifecycle/remote-com.di.examples.HelloWorld") HelloWorld lifecycle;
    @EJB(name="HelloWorldStatelessBean") HelloWorld helloWorldBean;
    @EJB(name="StatelessLifecycle") HelloWorld lifecycleBean;



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

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



More information about the jboss-user mailing list