[jboss-cvs] JBossAS SVN: r61259 - trunk/server/src/main/org/jboss/proxy/ejb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 10 22:50:11 EST 2007


Author: bstansberry at jboss.com
Date: 2007-03-10 22:50:11 -0500 (Sat, 10 Mar 2007)
New Revision: 61259

Modified:
   trunk/server/src/main/org/jboss/proxy/ejb/ProxyFactory.java
Log:
[JBAS-4191] Remove ref chain to app classloader in destroy()

Modified: trunk/server/src/main/org/jboss/proxy/ejb/ProxyFactory.java
===================================================================
--- trunk/server/src/main/org/jboss/proxy/ejb/ProxyFactory.java	2007-03-11 03:44:57 UTC (rev 61258)
+++ trunk/server/src/main/org/jboss/proxy/ejb/ProxyFactory.java	2007-03-11 03:50:11 UTC (rev 61259)
@@ -520,6 +520,7 @@
       beanInvoker = null;
       homeInvoker = null;
       invokerMetaData = null;
+      proxyClassConstructor = null;
    }
 
    // EJBProxyFactory implementation -------------------------------------




More information about the jboss-cvs-commits mailing list