[Jboss-cvs] JBossAS SVN: r56927 - trunk/testsuite/src/resources/cluster/partition

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Sep 17 23:52:07 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-17 23:52:06 -0400 (Sun, 17 Sep 2006)
New Revision: 56927

Modified:
   trunk/testsuite/src/resources/cluster/partition/jboss-service.xml
Log:
Use the system property for the multiplexer stack

Modified: trunk/testsuite/src/resources/cluster/partition/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/jboss-service.xml	2006-09-18 03:49:55 UTC (rev 56926)
+++ trunk/testsuite/src/resources/cluster/partition/jboss-service.xml	2006-09-18 03:52:06 UTC (rev 56927)
@@ -17,7 +17,7 @@
         <!--JGroups multiplexer is required for this cache -->
         <depends>jgroups.mux:name=Multiplexer</depends>
         <attribute name="MultiplexerService">jgroups.mux:name=Multiplexer</attribute>
-        <attribute name="MultiplexerStack">fc-fast-minimalthreads</attribute>
+        <attribute name="MultiplexerStack">${jboss.multiplexer.stack:udp}</attribute>
 		
 		<!-- Name of cluster. Needs to be the same for all nodes in clusters, 
           in order to find each other -->




More information about the jboss-cvs-commits mailing list