[exo-jcr-commits] exo-jcr SVN: r1579 - jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 26 09:09:22 EST 2010


Author: tolusha
Date: 2010-01-26 09:09:21 -0500 (Tue, 26 Jan 2010)
New Revision: 1579

Modified:
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws2.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws2.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws1.xml
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws2.xml
Log:
EXOJCR-403: fix configuration

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws1.xml	2010-01-26 13:45:33 UTC (rev 1578)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws1.xml	2010-01-26 14:09:21 UTC (rev 1579)
@@ -4,7 +4,7 @@
 
 	<locking useLockStriping="false" concurrencyLevel="50000" lockParentForChildInsertRemove="false" lockAcquisitionTimeout="20000" /> 
 
-	<clustering mode="replication" clusterName="JBoss-Cache-Cluster_db1tck_ws">
+	<clustering mode="replication" clusterName="JBoss-Cache-Cluster_db1tck_ws1">
 		<!--
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws2.xml	2010-01-26 13:45:33 UTC (rev 1578)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-config-db1tck-ws2.xml	2010-01-26 14:09:21 UTC (rev 1579)
@@ -4,7 +4,7 @@
 
 	<locking useLockStriping="false" concurrencyLevel="50000" lockParentForChildInsertRemove="false" lockAcquisitionTimeout="20000" /> 
 
-	<clustering mode="replication" clusterName="JBoss-Cache-Cluster_db1tck_ws">
+	<clustering mode="replication" clusterName="JBoss-Cache-Cluster_db1tck_ws2">
 		<!--
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws1.xml	2010-01-26 13:45:33 UTC (rev 1578)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws1.xml	2010-01-26 14:09:21 UTC (rev 1579)
@@ -7,7 +7,7 @@
 	<transaction
 		transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
 
-	<clustering mode="replication" clusterName="JBoss-Cache-Indexer-Cluster_db1tck_ws">
+	<clustering mode="replication" clusterName="JBoss-Cache-Indexer-Cluster_db1tck_ws1">
 		<stateRetrieval timeout="20000" fetchInMemoryState="false"  nonBlocking="true"/>
 		<jgroupsConfig>
 			<TCP bind_addr="127.0.0.1" start_port="9750" loopback="true"

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws2.xml	2010-01-26 13:45:33 UTC (rev 1578)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-indexer-config-exoloader_db1tck_ws2.xml	2010-01-26 14:09:21 UTC (rev 1579)
@@ -7,7 +7,7 @@
 	<transaction
 		transactionManagerLookupClass="org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup" />
 
-	<clustering mode="replication" clusterName="JBoss-Cache-Indexer-Cluster_db1tck_ws">
+	<clustering mode="replication" clusterName="JBoss-Cache-Indexer-Cluster_db1tck_ws2">
 		<stateRetrieval timeout="20000" fetchInMemoryState="false"  nonBlocking="true"/>
 		<jgroupsConfig>
 			<TCP bind_addr="127.0.0.1" start_port="9760" loopback="true"

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws1.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws1.xml	2010-01-26 13:45:33 UTC (rev 1578)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws1.xml	2010-01-26 14:09:21 UTC (rev 1579)
@@ -3,7 +3,7 @@
 
 	<locking useLockStriping="false" concurrencyLevel="50000" lockParentForChildInsertRemove="false" lockAcquisitionTimeout="20000" />
 
-	<clustering mode="replication" clusterName="JBoss-Cache-Lock-Cluster_db1tck_ws">
+	<clustering mode="replication" clusterName="JBoss-Cache-Lock-Cluster_db1tck_ws1">
 		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true" />
 		<jgroupsConfig>
 

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws2.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws2.xml	2010-01-26 13:45:33 UTC (rev 1578)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/portal/cluster/test-jbosscache-lock-config_db1tck_ws2.xml	2010-01-26 14:09:21 UTC (rev 1579)
@@ -3,7 +3,7 @@
 
 	<locking useLockStriping="false" concurrencyLevel="50000" lockParentForChildInsertRemove="false" lockAcquisitionTimeout="20000" />
 
-	<clustering mode="replication" clusterName="JBoss-Cache-Lock-Cluster_db1tck_ws">
+	<clustering mode="replication" clusterName="JBoss-Cache-Lock-Cluster_db1tck_ws2">
 		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true" />
 		<jgroupsConfig>
 



More information about the exo-jcr-commits mailing list