For other people who are interested:
Thats the code in the groupHandler now:
| @IgnoreDependency
| @EJB() private CourseHandlerRemote courseHandler;
And thats it in the courseHandler:
@EJB() private GroupHandlerRemote groupHandler;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199392#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...