[jboss-cvs] JBossAS SVN: r68547 - trunk/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 24 16:48:37 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-24 16:48:37 -0500 (Mon, 24 Dec 2007)
New Revision: 68547

Modified:
   trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml
Log:
[JBAS-5091] Increase BuddyCommunicationTimeout

Modified: trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml	2007-12-24 21:04:14 UTC (rev 68546)
+++ trunk/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml	2007-12-24 21:48:37 UTC (rev 68547)
@@ -37,9 +37,9 @@
               synchronous call have been received.
       -->
       <property name="syncReplTimeout">17500</property>
-
       <!--  Max number of milliseconds to wait for a lock acquisition -->
-      <property name="lockAcquisitionTimeout">15000</property>
+      <property name="lockAcquisitionTimeout">15000</property>
+      <property name="stateRetrievalTimeout">60000</property>
         
       <property name="exposeManagementStatistics">true</property>
 
@@ -76,7 +76,7 @@
       		
       		<property name="enabled">true</property>
             <property name="buddyPoolName">default</property>
-            <property name="buddyCommunicationTimeout">2000</property>
+            <property name="buddyCommunicationTimeout">17500</property>
 
             <property name="autoDataGravitation">false</property>
             <property name="dataGravitationRemoveOnFind">true</property>




More information about the jboss-cvs-commits mailing list