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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 24 16:58:07 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-24 16:58:06 -0500 (Mon, 24 Dec 2007)
New Revision: 68549

Modified:
   trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
Log:
Use non-deprecated name for stateRetrievalTimeout

Modified: trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-12-24 21:49:45 UTC (rev 68548)
+++ trunk/ejb3/src/resources/ejb3-entity-cache-beans.xml	2007-12-24 21:58:06 UTC (rev 68549)
@@ -37,7 +37,7 @@
             initial state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
       -->
-      <property name="initialStateRetrievalTimeout">15000</property>
+      <property name="stateRetrievalTimeout">15000</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