[jboss-dev-forums] [Design of EJB 3.0] - Re: Pluggable @EJB Resolvers
wolfc
do-not-reply at jboss.com
Tue Oct 28 03:37:31 EDT 2008
Deployment unit is the deployment containing the reference. Despite previous statement, it must be specified.
For example suppose A.jar has BeanA with @EJB BeanB b; then the deployment unit will point to A.jar. If that doesn't contain BeanB, then we go to the top level deployment unit (hopefully X.ear) and start looking there. For each deployment unit the JBossMetaData attachment is queried.
I don't see how a class loader works into play here.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185012#4185012
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185012
More information about the jboss-dev-forums
mailing list