[jboss-user] [EJB 3.0] - Re: circular references

jaikiran do-not-reply at jboss.com
Tue Jun 30 04:33:08 EDT 2009


Whenever a @EJB is used, we internally add a micro container dependency on the bean being injected. That way we ensure that the bean being injected is available before the bean which uses the @EJB. With @IgnoreDependency, you can override this behaviour so that the MC dependency is not created.
 

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

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



More information about the jboss-user mailing list