Author: chris.laprun(a)jboss.com
Date: 2011-11-30 13:04:05 -0500 (Wed, 30 Nov 2011)
New Revision: 8167
Modified:
portal/trunk/wsrp-integration/extension-config/src/main/resources/conf/configuration.xml
Log:
- Removed useless declaration.
Modified:
portal/trunk/wsrp-integration/extension-config/src/main/resources/conf/configuration.xml
===================================================================
---
portal/trunk/wsrp-integration/extension-config/src/main/resources/conf/configuration.xml 2011-11-30
18:02:55 UTC (rev 8166)
+++
portal/trunk/wsrp-integration/extension-config/src/main/resources/conf/configuration.xml 2011-11-30
18:04:05 UTC (rev 8167)
@@ -56,33 +56,4 @@
</init-params>
</component-plugin>
</external-component-plugins>
-
- <!-- Cache configuration in clustered mode for ConsumerRegistry -->
- <!--<external-component-plugins>
-
<target-component>org.exoplatform.services.cache.CacheService</target-component>
- <component-plugin profiles="cluster">
- <name>addExoCacheConfig</name>
- <set-method>addExoCacheConfig</set-method>
- <type>org.exoplatform.services.cache.ExoCacheConfigPlugin</type>
- <description>add Exo Cache Config</description>
- <init-params>
- <object-param>
- <name>cache.config.DistributedConsumerCache</name>
- <description>The JBoss Cache configuration for the ConsumerRegistry
distributed consumer cache
- </description>
- <object
type="org.exoplatform.services.cache.ExoCacheConfig">
- <field name="name">
- <string>DistributedConsumerCache</string>
- </field>
- <field name="liveTime">
- <long>600</long>
- </field>
- <field name="distributed">
- <boolean>true</boolean>
- </field>
- </object>
- </object-param>
- </init-params>
- </component-plugin>
- </external-component-plugins>-->
</configuration>
\ No newline at end of file
Show replies by date