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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 15 22:47:55 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-15 22:47:55 -0400 (Thu, 15 Mar 2007)
New Revision: 61357

Modified:
   branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml
   branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
Log:
[EJBTHREE-915] Don't preload

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml	2007-03-16 02:24:51 UTC (rev 61356)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-beans.xml	2007-03-16 02:47:55 UTC (rev 61357)
@@ -75,7 +75,6 @@
       		class="org.jboss.cache.config.CacheLoaderConfig">
       		
       		<property name="passivation">true</property>
-            <property name="preload">/</property>
             <property name="shared">false</property>
             <property name="individualCacheLoaderConfigs">
               	<list>

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	2007-03-16 02:24:51 UTC (rev 61356)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-03-16 02:47:55 UTC (rev 61357)
@@ -121,7 +121,6 @@
           <config>
               
               <passivation>true</passivation>
-              <preload>/</preload>
               <shared>false</shared>
 
               <cacheloader>




More information about the jboss-cvs-commits mailing list