[jboss-cvs] JBossAS SVN: r59172 - branches/Branch_4_2/ejb3/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 19 23:35:38 EST 2006


Author: bstansberry at jboss.com
Date: 2006-12-19 23:35:37 -0500 (Tue, 19 Dec 2006)
New Revision: 59172

Modified:
   branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
   branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
Log:
[JBAS-3920] Remove deprecated config attributes

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2006-12-20 04:34:20 UTC (rev 59171)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2006-12-20 04:35:37 UTC (rev 59172)
@@ -47,7 +47,7 @@
             <VERIFY_SUSPECT timeout="1500" up_thread="false" down_thread="false"/>
             <pbcast.NAKACK gc_lag="50" max_xmit_size="8192" retransmit_timeout="600,1200,2400,4800" up_thread="false"
                down_thread="false"/>
-            <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10" down_thread="false"/>
+            <UNICAST timeout="600,1200,2400" down_thread="false"/>
             <pbcast.STABLE desired_avg_gossip="20000" up_thread="false" down_thread="false"/>
             <FRAG frag_size="8192" down_thread="false" up_thread="false"/>
             <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true" print_local_addr="true"/>

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2006-12-20 04:34:20 UTC (rev 59171)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-entity-cache-service.xml	2006-12-20 04:35:37 UTC (rev 59172)
@@ -58,7 +58,7 @@
         <VERIFY_SUSPECT timeout="1500" up_thread="false" down_thread="false" />
         <pbcast.NAKACK gc_lag="50" max_xmit_size="8192" retransmit_timeout="600,1200,2400,4800" up_thread="false"
            down_thread="false" />
-        <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10" down_thread="false" />
+        <UNICAST timeout="600,1200,2400" down_thread="false" />
         <pbcast.STABLE desired_avg_gossip="20000" up_thread="false" down_thread="false" />
         <FRAG frag_size="8192" down_thread="false" up_thread="false" />
         <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="true" print_local_addr="true" />




More information about the jboss-cvs-commits mailing list