anonymous wrote : @EJB(name = "TestBeanRef")
| private Test test;
Try
@EJB(name = "TestBeanRef", beanInterface=TestRemote.class)
| private Test test;
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236375#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...