[jboss-cvs] JBossAS SVN: r69159 - trunk/testsuite/src/resources/cluster/partition.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 21 00:06:39 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-21 00:06:38 -0500 (Mon, 21 Jan 2008)
New Revision: 69159

Modified:
   trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml
Log:
Use StateRetrievalTimeout; old version gone in JBC 2.1.0.CR3

Modified: trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml	2008-01-21 05:03:00 UTC (rev 69158)
+++ trunk/testsuite/src/resources/cluster/partition/jboss-beans.xml	2008-01-21 05:06:38 UTC (rev 69159)
@@ -40,15 +40,6 @@
         <!-- Valid modes are LOCAL, REPL_ASYNC and REPL_SYNC -->
         <property name="cacheModeString">REPL_SYNC</property>
 
-        <!-- Just used for async repl: use a replication queue -->
-        <property name="useReplQueue">false</property>
-
-        <!-- Replication interval for replication queue (in ms) -->
-        <property name="replQueueInterval">0</property>
-
-        <!-- Max number of elements which trigger replication -->
-        <property name="replQueueMaxElements">10</property>
-
         <!-- Name of cluster. Needs to be the same for all nodes in clusters, 
           in order to find each other -->
         <property name="clusterName">BadPartitionCache</property>
@@ -59,7 +50,7 @@
         <!-- The max amount of time (in milliseconds) we wait until the
             initial state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment -->
-        <property name="initialStateRetrievalTimeout">5000</property>
+        <property name="stateRetrievalTimeout">5000</property>
 
         <!-- Number of milliseconds to wait until all responses for a
             synchronous call have been received. -->




More information about the jboss-cvs-commits mailing list