[Jboss-cvs] JBossAS SVN: r56470 - trunk/testsuite
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Aug 31 03:56:42 EDT 2006
Author: bstansberry at jboss.com
Date: 2006-08-31 03:56:42 -0400 (Thu, 31 Aug 2006)
New Revision: 56470
Modified:
trunk/testsuite/build.xml
Log:
Include jbossws.sar and multiplexer sar in clustered sso config
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2006-08-31 07:52:45 UTC (rev 56469)
+++ trunk/testsuite/build.xml 2006-08-31 07:56:42 UTC (rev 56470)
@@ -1023,7 +1023,7 @@
<antcall target="tests-clustering-unit">
<param name="cluster.includes.refid" value="cluster.http.includes"/>
- <param name="jboss-junit-configuration" value="BuddyReplEnabled-${jboss-junit-configuration}"/>
+ <param name="jboss-junit-configuration" value="BuddyReplDisabled-${jboss-junit-configuration}"/>
<param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-TOTAL-0"/>
<param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-TOTAL-1"/>
</antcall>
@@ -1191,6 +1191,8 @@
<!-- Whichever AOP Deployer they built -->
<include name="deploy/jboss-aop*.deployer/**"/>
<include name="deploy/tc6-cluster.sar/**"/>
+ <include name="deploy/jgroups-multiplexer.sar/**"/>
+ <include name="deploy/jbossws*.sar/**"/>
<include name="lib/**"/>
</patternset>
</create-config>
@@ -1210,10 +1212,18 @@
<!-- Whichever AOP Deployer they built -->
<include name="deploy/jboss-aop*.deployer/**"/>
<include name="deploy/tc6-cluster.sar/**"/>
+ <include name="deploy/jgroups-multiplexer.sar/**"/>
+ <include name="deploy/jbossws*.sar/**"/>
<include name="lib/**"/>
</patternset>
</create-config>
+ <!--
+ <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK"/>
+ <http-cluster-node-config-change conf="tomcat-sso-cluster0" useBuddyRepl="true"/>
+ <http-cluster-node-config-change conf="tomcat-sso-cluster1" useBuddyRepl="true"/>
+ -->
+
<server:start name="tomcat-sso-cluster0"/>
<server:start name="tomcat-sso-cluster1"/>
<echo message="Nodes have started, waiting for cluster to stablize..."/>
More information about the jboss-cvs-commits
mailing list