[exo-jcr-commits] exo-jcr SVN: r1278 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jan 4 09:19:34 EST 2010


Author: skabashnyuk
Date: 2010-01-04 09:19:33 -0500 (Mon, 04 Jan 2010)
New Revision: 1278

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml
Log:
EXOJCR-361 : Now fetchInMemoryState="true" for tests

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2010-01-04 13:42:24 UTC (rev 1277)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2010-01-04 14:19:33 UTC (rev 1278)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="false"  nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="true"  nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2010-01-04 13:42:24 UTC (rev 1277)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2010-01-04 14:19:33 UTC (rev 1278)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="true" nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml	2010-01-04 13:42:24 UTC (rev 1277)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml	2010-01-04 14:19:33 UTC (rev 1278)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="true" nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml	2010-01-04 13:42:24 UTC (rev 1277)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml	2010-01-04 14:19:33 UTC (rev 1278)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="true" nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml	2010-01-04 13:42:24 UTC (rev 1277)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml	2010-01-04 14:19:33 UTC (rev 1278)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="true" nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml	2010-01-04 13:42:24 UTC (rev 1277)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml	2010-01-04 14:19:33 UTC (rev 1278)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="true" nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml	2010-01-04 13:42:24 UTC (rev 1277)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml	2010-01-04 14:19:33 UTC (rev 1278)
@@ -9,7 +9,7 @@
 			Fetch in memory state is enable, because second cluster-node
 			currently doesn't work properly on clear cache
 		-->
-		<stateRetrieval timeout="20000" fetchInMemoryState="false" nonBlocking="true"/>
+		<stateRetrieval timeout="20000" fetchInMemoryState="true" nonBlocking="true"/>
 		<!--
 			This JGroups configuration is taken from JBC branch, but
 			"enable_bundling" is set to false, because of notice, that appeared



More information about the exo-jcr-commits mailing list