[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Generated Classes not found if they do not match any of
kabir.khan@jboss.com
do-not-reply at jboss.com
Tue Feb 3 11:09:30 EST 2009
"kabir.khan at jboss.com" wrote :
| When we want to USE a proxy from a different classloader, we need to be able to load the proxy class. Proxies have unique names (static counter maintained by proxy factory across all loaders). In the example I gave deploymentA's proxy for ArrayList will be AOPProxy$1, and deploymentB's proxy for ArrayList will be AOPProxy$2 (both in the default package)
|
So I want to be able to look up "AOPProxy$1" from deploymentB, and "AOPProxy$2" from deploymentA. That is what is not working at the moment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206619#4206619
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206619
More information about the jboss-dev-forums
mailing list