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

Reply via email to