[Jboss-cvs] JBossAS SVN: r55141 - branches/Branch_4_0/testsuite/imports

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 3 17:34:14 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-03 17:34:14 -0400 (Thu, 03 Aug 2006)
New Revision: 55141

Modified:
   branches/Branch_4_0/testsuite/imports/server-config.xml
Log:
Fix the buddyReplicationEnabled replacement

Modified: branches/Branch_4_0/testsuite/imports/server-config.xml
===================================================================
--- branches/Branch_4_0/testsuite/imports/server-config.xml	2006-08-03 21:22:20 UTC (rev 55140)
+++ branches/Branch_4_0/testsuite/imports/server-config.xml	2006-08-03 21:34:14 UTC (rev 55141)
@@ -405,15 +405,15 @@
       <attribute name="conf"/>
       <attribute name="jboss.dist" default="${jboss.dist}"
          description="The jboss dist root directory" />
-   	  <attribute name="br.enabled" default="false"/>
+   	  <attribute name="useBuddyRepl" default="false"/>
       <sequential>
          <echo message="Configuring the Tomcat instance under @{jboss.dist}/server/@{conf} for REPL_SYNC and UseJK"/>
          <!-- Switch from sync to async mode in tc5-cluster-service.xml -->
          <replace file="@{jboss.dist}/server/@{conf}/deploy/tc5-cluster.sar/META-INF/jboss-service.xml"
            token="&quot;CacheMode&quot;&gt;REPL_ASYNC" value="&quot;CacheMode&quot;&gt;REPL_SYNC"/>
-      	<!-- Toggle buddy replication in tc5-cluster-service.xml -->
-      	<replace file="@{jboss.dist}/server/@{conf}/deploy/tc5-cluster.sar/META-INF/jboss-service.xml"
-      	    token="&quot;buddyReplicationEnabled&quot;&gt;true" value="&quot;buddyReplicationEnabled&quot;&gt;@{br.enabled}"/>
+      	 <!-- Toggle buddy replication in tc5-cluster-service.xml -->
+      	 <replace file="@{jboss.dist}/server/@{conf}/deploy/tc5-cluster.sar/META-INF/jboss-service.xml"
+      	   token="buddyReplicationEnabled&gt;false" value="buddyReplicationEnabled&gt;@{useBuddyRepl}"/>
       	 <!-- Added jvmRoute in server.xml -->
          <replace file="@{jboss.dist}/server/@{conf}/deploy/jbossweb-tomcat55.sar/server.xml"
            token="jvmRoute=&quot;@{conf}&quot;" value=""/>




More information about the jboss-cvs-commits mailing list