[jboss-user] [EJB 3.0] - Re: EJB injection fails with

krokodylowy do-not-reply at jboss.com
Wed Jun 10 03:27:36 EDT 2009


anonymous wrote : @EJB(name = "TestBeanRef", beanInterface=TestRemote.class)
  | private Test test; 	 

Tested, it doesnt work. Also similar combinations like

@EJB(name = "TestBeanRef", beanInterface=TestRemote.class, beanName=TestBean) etc.

At this moment I got one working resoultions. It work after deleting TestLocal interface from ejb package.  But we need this interface too.

I suppose that JBoss 5.1 got extra configurations or does'nt support interfaces extensions.






View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236565#4236565

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236565



More information about the jboss-user mailing list