[jboss-cvs] JBossAS SVN: r69744 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 8 21:40:15 EST 2008


Author: bstansberry at jboss.com
Date: 2008-02-08 21:40:15 -0500 (Fri, 08 Feb 2008)
New Revision: 69744

Modified:
   trunk/tomcat/src/resources/jbossweb-cluster-beans.xml
Log:
Switch to NullEvictionPolicy, disable cache loader fqn checks

Modified: trunk/tomcat/src/resources/jbossweb-cluster-beans.xml
===================================================================
--- trunk/tomcat/src/resources/jbossweb-cluster-beans.xml	2008-02-09 02:12:55 UTC (rev 69743)
+++ trunk/tomcat/src/resources/jbossweb-cluster-beans.xml	2008-02-09 02:40:15 UTC (rev 69744)
@@ -65,6 +65,7 @@
                     		<property name="async">false</property>
                     		<property name="fetchPersistentState">true</property>
                     		<property name="ignoreModifications">false</property>
+                    		<property name="checkCharacterPortability">false</property>
                 		</bean>
                 	</list>
                 </property>
@@ -84,11 +85,8 @@
                         class="org.jboss.cache.config.EvictionRegionConfig">
                      <property name="regionName">/_default_</property>
                      <property name="evictionPolicyConfig">
-                        <bean name="TomcatClusteringDefaultLRUConfig" 
-                              class="org.jboss.cache.eviction.LRUConfiguration">
-                              <property name="maxNodes">0</property>
-                              <property name="timeToLiveSeconds">0</property>
-                           </bean>
+                        <bean name="TomcatClusteringDefaultEvictionConfig" 
+                              class="org.jboss.cache.eviction.NullEvictionPolicyConfig"/>
                         </property>
                   </bean>
                   <!-- JBossWeb integration code may programatically create other




More information about the jboss-cvs-commits mailing list