[jboss-cvs] JBossAS SVN: r73122 - projects/ejb3/trunk/core/src/test/resources/test/clusteredentity/optimistic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 7 17:13:46 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-07 17:13:46 -0400 (Wed, 07 May 2008)
New Revision: 73122

Modified:
   projects/ejb3/trunk/core/src/test/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml
Log:
Fix now-invalid property name

Modified: projects/ejb3/trunk/core/src/test/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml	2008-05-07 20:44:08 UTC (rev 73121)
+++ projects/ejb3/trunk/core/src/test/resources/test/clusteredentity/optimistic/optimistic-entity-cache-beans.xml	2008-05-07 21:13:46 UTC (rev 73122)
@@ -44,7 +44,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