[exo-jcr-commits] exo-jcr SVN: r1221 - 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 Dec 28 11:18:42 EST 2009


Author: skabashnyuk
Date: 2009-12-28 11:18:41 -0500 (Mon, 28 Dec 2009)
New Revision: 1221

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-331 : nonBlocking="true"

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	2009-12-28 16:12:42 UTC (rev 1220)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws.xml	2009-12-28 16:18:41 UTC (rev 1221)
@@ -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="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	2009-12-28 16:12:42 UTC (rev 1220)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws1.xml	2009-12-28 16:18:41 UTC (rev 1221)
@@ -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="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	2009-12-28 16:12:42 UTC (rev 1220)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws2.xml	2009-12-28 16:18:41 UTC (rev 1221)
@@ -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="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	2009-12-28 16:12:42 UTC (rev 1220)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-ws3.xml	2009-12-28 16:18:41 UTC (rev 1221)
@@ -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="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	2009-12-28 16:12:42 UTC (rev 1220)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck.xml	2009-12-28 16:18:41 UTC (rev 1221)
@@ -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="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	2009-12-28 16:12:42 UTC (rev 1220)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck1.xml	2009-12-28 16:18:41 UTC (rev 1221)
@@ -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="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	2009-12-28 16:12:42 UTC (rev 1220)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-jbosscache-config-wstck2.xml	2009-12-28 16:18:41 UTC (rev 1221)
@@ -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="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