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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to