[jboss-cvs] JBossAS SVN: r72070 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 12 00:20:45 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-12 00:20:44 -0400 (Sat, 12 Apr 2008)
New Revision: 72070

Modified:
   trunk/cluster/src/etc/jboss-cache-manager-beans.xml
Log:
Use NullEvictionPolicy as default for session caches

Modified: trunk/cluster/src/etc/jboss-cache-manager-beans.xml
===================================================================
--- trunk/cluster/src/etc/jboss-cache-manager-beans.xml	2008-04-12 04:20:29 UTC (rev 72069)
+++ trunk/cluster/src/etc/jboss-cache-manager-beans.xml	2008-04-12 04:20:44 UTC (rev 72070)
@@ -172,7 +172,7 @@
          <!-- FIELD granularity webapps use JBoss Cache eviction -->
          <property name="evictionConfig">
              <bean class="org.jboss.cache.config.EvictionConfig">
-               <property name="defaultEvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</property>
+               <property name="defaultEvictionPolicyClass">org.jboss.cache.eviction.NullEvictionPolicy</property>
                <property name="wakeupIntervalSeconds">5</property>
                <property name="evictionRegionConfigs">
                   <list>
@@ -181,7 +181,7 @@
                         <property name="regionName">/_default_</property>
                         <property name="evictionPolicyConfig">
                            <bean class="org.jboss.cache.eviction.NullEvictionPolicyConfig"/>
-                           </property>
+                        </property>
                      </bean>
                      <!-- JBossWeb integration code may programatically create other
                           regions as webapps are deployed -->




More information about the jboss-cvs-commits mailing list