[jboss-user] [EJB 3.0] - Cyclic dependencies and class-level @EJB
gcoleman
do-not-reply at jboss.com
Thu Apr 10 12:05:38 EDT 2008
I've got lots of cyclic dependencies between SLSBs which are apparently not allowed with EJB3 beans on JBoss. Tracking down the exact dependencies that JBoss doesn't like takes a long time, but adding @IgnoreDependency around the place has fixed most of them.
The problem is that I've got some cyclic dependencies caused by class-level @EJB annotations for beans that are looked up dynamically at runtime. Is there a way to ignore these?
p.s. None of this is required on Glassfish and Weblogic, or for EJB2 beans on JBoss. It'd be great if this could be fixed!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143238#4143238
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143238
More information about the jboss-user
mailing list