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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 11 01:50:30 EST 2011


Author: jaikiran
Date: 2011-01-11 01:50:29 -0500 (Tue, 11 Jan 2011)
New Revision: 110318

Modified:
   trunk/server/src/etc/conf/standard/naming-jboss-beans.xml
Log:
JBCTS-970 Set callByValue=true for naming server, in standard profile

Modified: trunk/server/src/etc/conf/standard/naming-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/conf/standard/naming-jboss-beans.xml	2011-01-11 02:27:21 UTC (rev 110317)
+++ trunk/server/src/etc/conf/standard/naming-jboss-beans.xml	2011-01-11 06:50:29 UTC (rev 110318)
@@ -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">false</property>
+        <property name="callByValue">true</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