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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 10 19:18:32 EST 2007


Author: bstansberry at jboss.com
Date: 2007-03-10 19:18:32 -0500 (Sat, 10 Mar 2007)
New Revision: 61256

Modified:
   trunk/server/src/main/org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.java
Log:
Add TODOs

Modified: trunk/server/src/main/org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.java
===================================================================
--- trunk/server/src/main/org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.java	2007-03-11 00:17:41 UTC (rev 61255)
+++ trunk/server/src/main/org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.java	2007-03-11 00:18:32 UTC (rev 61256)
@@ -109,6 +109,8 @@
       finally
       {
          ENCThreadLocalKey.setKey(oldInvokerBinding);
+         // TODO: we should probably clear the thread local, i.e.
+         //container.setProxyFactory(null);
       }
 
       return value;
@@ -138,6 +140,8 @@
       finally
       {
          ENCThreadLocalKey.setKey(oldInvokerBinding);
+         // TODO: we should probably clear the thread local, i.e.
+         //container.setProxyFactory(null);
       }
 
       return value;




More information about the jboss-cvs-commits mailing list