[jboss-cvs] JBossAS SVN: r73876 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat May 31 22:34:05 EDT 2008


Author: ALRubinger
Date: 2008-05-31 22:34:05 -0400 (Sat, 31 May 2008)
New Revision: 73876

Modified:
   projects/ejb3/trunk/core/jboss-ejb3-client.xml
Log:
[EJBTHREE-1388] Put *InvocationHandler in EJB3 Client JAR

Modified: projects/ejb3/trunk/core/jboss-ejb3-client.xml
===================================================================
--- projects/ejb3/trunk/core/jboss-ejb3-client.xml	2008-06-01 02:31:06 UTC (rev 73875)
+++ projects/ejb3/trunk/core/jboss-ejb3-client.xml	2008-06-01 02:34:05 UTC (rev 73876)
@@ -31,6 +31,7 @@
         <include>org/jboss/ejb3/stateful/StatefulRemoteInvocation.class</include>
         <include>org/jboss/ejb3/ProxyUtils.class</include>
         <include>org/jboss/ejb3/**/*Proxy.class</include>
+        <include>org/jboss/ejb3/**/*InvocationHandler.class</include>
         <include>org/jboss/ejb3/**/*Handle*Impl.class</include>
         <include>org/jboss/ejb3/**/*HandleImpl.class</include>
         <include>org/jboss/ejb3/*Container.class</include>




More information about the jboss-cvs-commits mailing list