Author: mstruk
Date: 2012-03-05 11:58:32 -0500 (Mon, 05 Mar 2012)
New Revision: 8536
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
Bug 794177 - (JBEPP-1236) eXo kernel always create and register JBoss cache instances even
if SimpleExoCacheCreator is used
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2012-03-05
12:31:29 UTC (rev 8535)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2012-03-05
16:58:32 UTC (rev 8536)
@@ -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>
@@ -390,6 +393,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>
@@ -429,8 +435,8 @@
<description>add Exo Cache Config</description>
<init-params>
<object-param>
- <name>cache.config.NavigationService</name>
- <description>The JBoss Cache configuration for the dezcription
service</description>
+ <name>cache.config.DescriptionService</name>
+ <description>The JBoss Cache configuration for the description
service</description>
<object type="org.exoplatform.services.cache.ExoCacheConfig">
<field name="name">
<string>DescriptionService</string>
@@ -441,6 +447,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>
@@ -452,7 +461,7 @@
<description>add Exo Cache Config</description>
<init-params>
<object-param>
- <name>cache.config.ConfigurationService</name>
+ <name>cache.config.DescriptionService</name>
<description>The JBoss Cache configuration for the description
service</description>
<object
type="org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig">
<field name="name">
Show replies by date