[jboss-cvs] JBossAS SVN: r109209 - trunk/server/src/etc/conf/standard.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 9 07:14:55 EST 2010


Author: jaikiran
Date: 2010-11-09 07:14:55 -0500 (Tue, 09 Nov 2010)
New Revision: 109209

Modified:
   trunk/server/src/etc/conf/standard/naming-jboss-beans.xml
Log:
JBCTS-970 Temporarily reset callByValue back to false, since some previously passing EJB3 tests started failing. Need to revisit this after CR1

Modified: trunk/server/src/etc/conf/standard/naming-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/conf/standard/naming-jboss-beans.xml	2010-11-09 11:47:59 UTC (rev 109208)
+++ trunk/server/src/etc/conf/standard/naming-jboss-beans.xml	2010-11-09 12:14:55 UTC (rev 109209)
@@ -21,7 +21,7 @@
         <!-- The call by value mode. true if all lookups are unmarshalled using
             the caller's TCL, false if in VM lookups return the value by reference. -->
             <!--  callByValue set to true for "standard" profile -->
-        <property name="callByValue">true</property>
+        <property name="callByValue">false</property>
         
         <!-- The listening port for the bootstrap JNP service. Set this to -1
             to run the NamingService without the JNP invoker listening port. -->



More information about the jboss-cvs-commits mailing list