[Jboss-cvs] JBossAS SVN: r55182 - trunk/ejb3/src/main/org/jboss/ejb3/stateless

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 09:43:53 EDT 2006


Author: wolfc
Date: 2006-08-04 09:43:49 -0400 (Fri, 04 Aug 2006)
New Revision: 55182

Modified:
   trunk/ejb3/src/main/org/jboss/ejb3/stateless/BaseStatelessProxyFactory.java
Log:
commented cglib stuff (zombie code)

Modified: trunk/ejb3/src/main/org/jboss/ejb3/stateless/BaseStatelessProxyFactory.java
===================================================================
--- trunk/ejb3/src/main/org/jboss/ejb3/stateless/BaseStatelessProxyFactory.java	2006-08-04 11:40:38 UTC (rev 55181)
+++ trunk/ejb3/src/main/org/jboss/ejb3/stateless/BaseStatelessProxyFactory.java	2006-08-04 13:43:49 UTC (rev 55182)
@@ -64,6 +64,7 @@
     * 
     * This is a named class because it implements both InvocationHandler and Serializable.
     */
+   /* TODO: fix EJBTHREE-485 without cglib 
    private static class CGLibInvocationHandlerAdapter implements net.sf.cglib.proxy.InvocationHandler, Serializable
    {
       private static final long serialVersionUID = 1L;
@@ -83,6 +84,7 @@
       }
       
    }
+   */
    
    /**
     * Adapt the InvocationHandler to MethodHandler.




More information about the jboss-cvs-commits mailing list