[gatein-commits] gatein SVN: r2225 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 12 10:39:24 EST 2010


Author: julien_viet
Date: 2010-03-12 10:39:24 -0500 (Fri, 12 Mar 2010)
New Revision: 2225

Modified:
   portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
minor cache change for mop session manager


Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml	2010-03-12 15:04:33 UTC (rev 2224)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml	2010-03-12 15:39:24 UTC (rev 2225)
@@ -274,7 +274,7 @@
 
   <external-component-plugins>
     <target-component>org.exoplatform.services.cache.CacheService</target-component>
-    <component-plugin>
+    <component-plugin profiles="cluster">
       <name>addExoCacheConfig</name>
       <set-method>addExoCacheConfig</set-method>
       <type>org.exoplatform.services.cache.ExoCacheConfigPlugin</type>
@@ -287,13 +287,10 @@
             <field name="name">
               <string>MOPSessionManager</string>
             </field>
-            <field name="maxNodes">
-              <int>10000</int>
+            <field name="expirationTimeout">
+              <long>600</long>
             </field>
-            <field name="minTimeToLive">
-              <long>60000</long>
-            </field>
-            <field name="distributed" profiles="cluster">
+            <field name="distributed">
               <boolean>true</boolean>
             </field>
           </object>



More information about the gatein-commits mailing list