[jboss-cvs] JBossAS SVN: r78470 - trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 11 18:46:07 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-09-11 18:46:07 -0400 (Thu, 11 Sep 2008)
New Revision: 78470

Modified:
   trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
Log:
[JBAS-5630] Purge persistent store state on startup

Modified: trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
===================================================================
--- trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2008-09-11 22:41:13 UTC (rev 78469)
+++ trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2008-09-11 22:46:07 UTC (rev 78470)
@@ -91,6 +91,8 @@
             <passivation>true</passivation>
             <shared>false</shared>
 
+            <purgeOnStartup>true</purgeOnStartup>
+
             <cacheloader>
                <class>org.jboss.cache.loader.FileCacheLoader</class>
                <properties>
@@ -208,6 +210,8 @@
             <passivation>true</passivation>
             <shared>false</shared>
 
+            <purgeOnStartup>true</purgeOnStartup>
+
             <cacheloader>
                <class>org.jboss.cache.loader.FileCacheLoader</class>
                <properties>
@@ -330,6 +334,8 @@
             <passivation>true</passivation>
             <shared>false</shared>
 
+            <purgeOnStartup>true</purgeOnStartup>
+
             <cacheloader>
                <class>org.jboss.cache.loader.FileCacheLoader</class>
                <properties>




More information about the jboss-cvs-commits mailing list