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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...