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#4236375

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236375
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to