[jboss-user] [EJB 3.0] - Recurrent EJB injection

dkalna do-not-reply at jboss.com
Mon Nov 13 08:21:26 EST 2006


Hello folks, probably easy, but I can't figure out how to do this:

I have to local stateless session beans A and B. The Bean A is injected in Bean B and vice-versa, also

class A {
@EJB
B beanB;
}

class B {
@EJB
A beanA;
}

by deployment there are dependency issues between those two...

Is there any way to do this?

Thanks a lot
Dalibor

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

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



More information about the jboss-user mailing list