Author: haint
Date: 2011-10-19 03:01:46 -0400 (Wed, 19 Oct 2011)
New Revision: 7781
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
GTNPORTAL-2174 Use the new ExoCache config instead of adding a new creator
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml 2011-10-19
06:48:45 UTC (rev 7780)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/common-configuration.xml 2011-10-19
07:01:46 UTC (rev 7781)
@@ -203,11 +203,6 @@
<description>The EA cache creator</description>
<object
type="org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator"></object>
</object-param>
- <object-param>
- <name>simple</name>
- <description>The Simple cache creator</description>
- <object
type="org.exoplatform.commons.cache.SimpleExoCacheCreator"></object>
- </object-param>
</init-params>
</component-plugin>
</external-component-plugins>
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 2011-10-19
06:48:45 UTC (rev 7780)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2011-10-19
07:01:46 UTC (rev 7781)
@@ -339,6 +339,9 @@
<field name="liveTime">
<long>600</long>
</field>
+ <field name="implementation">
+
<string>org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache</string>
+ </field>
</object>
</object-param>
</init-params>
@@ -387,6 +390,9 @@
<field name="liveTime">
<long>600</long>
</field>
+ <field name="implementation">
+
<string>org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache</string>
+ </field>
</object>
</object-param>
</init-params>
@@ -438,6 +444,9 @@
<field name="liveTime">
<long>600</long>
</field>
+ <field name="implementation">
+
<string>org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache</string>
+ </field>
</object>
</object-param>
</init-params>
Show replies by date