[jbosscache-commits] JBoss Cache SVN: r4919 - core/trunk/src/test/resources/META-INF.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Dec 27 15:20:04 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-27 15:20:04 -0500 (Thu, 27 Dec 2007)
New Revision: 4919

Modified:
   core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml
Log:
Removed deprecated JGroups element

Modified: core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml
===================================================================
--- core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml	2007-12-27 20:19:38 UTC (rev 4918)
+++ core/trunk/src/test/resources/META-INF/unit-test-cache-service.xml	2007-12-27 20:20:04 UTC (rev 4919)
@@ -213,8 +213,7 @@
             <UNICAST timeout="300,600"/>
             <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                            max_bytes="400000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="1000"
-                        join_retry_timeout="500" shun="false"
+            <pbcast.GMS print_local_addr="true" join_timeout="1000" shun="false"
                         view_bundling="true" view_ack_collection_timeout="1000"/>
             <FC max_credits="20000000" min_threshold="0.10"/>
             <FRAG2 frag_size="60000"/>
@@ -285,8 +284,7 @@
             <UNICAST timeout="300,600,900,1200"/>
             <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                            max_bytes="400000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="1000"
-                        join_retry_timeout="500" shun="false"
+            <pbcast.GMS print_local_addr="true" join_timeout="1000" shun="false"
                         view_bundling="true" view_ack_collection_timeout="1000"/>
             <FRAG2 frag_size="60000"/>
             <pbcast.STREAMING_STATE_TRANSFER/>
@@ -354,8 +352,7 @@
             <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                            max_bytes="400000"/>
             <VIEW_SYNC avg_send_interval="60000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                        join_retry_timeout="2000" shun="true"
+            <pbcast.GMS print_local_addr="true" join_timeout="3000" shun="true"
                         view_bundling="true"/>
             <FC max_credits="2000000"
                 min_threshold="0.10"/>
@@ -425,8 +422,7 @@
             <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
                            max_bytes="400000"/>
             <VIEW_SYNC avg_send_interval="60000"/>
-            <pbcast.GMS print_local_addr="true" join_timeout="3000"
-                        join_retry_timeout="2000" shun="true"
+            <pbcast.GMS print_local_addr="true" join_timeout="3000" shun="true"
                         view_bundling="true"/>
             <FC max_credits="2000000"
                 min_threshold="0.10"/>




More information about the jbosscache-commits mailing list