[jboss-cvs] JBossAS SVN: r68218 - trunk/ejb3/src/resources/test/bank/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 12 21:06:43 EST 2007


Author: bdecoste
Date: 2007-12-12 21:06:43 -0500 (Wed, 12 Dec 2007)
New Revision: 68218

Modified:
   trunk/ejb3/src/resources/test/bank/META-INF/jboss.xml
Log:
removed proxy factory override test - moved to statefulproxyfactoryoverride

Modified: trunk/ejb3/src/resources/test/bank/META-INF/jboss.xml
===================================================================
--- trunk/ejb3/src/resources/test/bank/META-INF/jboss.xml	2007-12-13 01:33:23 UTC (rev 68217)
+++ trunk/ejb3/src/resources/test/bank/META-INF/jboss.xml	2007-12-13 02:06:43 UTC (rev 68218)
@@ -32,7 +32,7 @@
          <remote-binding>
             <jndi-name>bank/Teller</jndi-name>
             <interceptor-stack>TellerClientInterceptors</interceptor-stack>
-            <proxy-factory>org.jboss.ejb3.test.bank.TellerRemoteProxyFactory</proxy-factory>
+            <!--proxy-factory>org.jboss.ejb3.test.bank.TellerRemoteProxyFactory</proxy-factory-->
          </remote-binding>
          <security-identity>
             <run-as-principal>teller</run-as-principal>




More information about the jboss-cvs-commits mailing list