[jboss-dev-forums] [Design of the JBoss EJB Container] - Re: JBAS-3428 - Duplication on Proxies

scott.stark@jboss.org do-not-reply at jboss.com
Wed Jul 26 11:47:21 EDT 2006


"clebert.suconic at jboss.com" wrote : 
  | Also... Are you sure MBeanProxyExt would avoid a redeployment leakage?
  | 
  | The Class created will have a reference back to the fake classLoader, what will have a reference to the parent classLoader, what would hang the classLoader anyways.
  | 

The reference to the parent should not hold anything as the proxy is created by the child class loader. Unless there is an outside reference to the proxy, the proxy and the class loader created by MBeanProxyExt would be available for gc.

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

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



More information about the jboss-dev-forums mailing list