[jboss-user] [EJB 3.0] - Re: EJB injection fails with
jaikiran
do-not-reply at jboss.com
Tue Jun 9 09:10:22 EDT 2009
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
More information about the jboss-user
mailing list