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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user