[jboss-cvs] JBossAS SVN: r106354 - branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 30 18:20:23 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-06-30 18:20:23 -0400 (Wed, 30 Jun 2010)
New Revision: 106354

Modified:
   branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml
Log:
Use the correct system property to set stack name

Modified: branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml
===================================================================
--- branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml	2010-06-30 20:47:58 UTC (rev 106353)
+++ branches/Branch_No_Multicast/testsuite/src/resources/cluster/ejb2/passexp/META-INF/partition-passexp-jboss-beans.xml	2010-06-30 22:20:23 UTC (rev 106354)
@@ -53,7 +53,7 @@
         </property>
         
         <!-- We use the "no-bundling" stacks previously injected into our JChannelFactory -->
-        <property name="multiplexerStack">${jboss.multiplexer.stack:udp}</property>
+        <property name="multiplexerStack">${jboss.default.jgroups.stack:udp}</property>
 
         <!-- Valid isolation levels are 
                               SERIALIZABLE



More information about the jboss-cvs-commits mailing list