Author: julien(a)jboss.com
Date: 2007-02-12 17:35:20 -0500 (Mon, 12 Feb 2007)
New Revision: 6234
Modified:
docs/trunk/referenceGuide/en/modules/clustering.xml
Log:
monkey format clustering
Modified: docs/trunk/referenceGuide/en/modules/clustering.xml
===================================================================
--- docs/trunk/referenceGuide/en/modules/clustering.xml 2007-02-12 22:33:02 UTC (rev
6233)
+++ docs/trunk/referenceGuide/en/modules/clustering.xml 2007-02-12 22:35:20 UTC (rev
6234)
@@ -253,43 +253,39 @@
change is needed in the
jboss-portal-ha.sar/portal-cms.sar/META-INF/jboss-service.xml.
Replace the following configuration in the
<emphasis>cms.pm.cache:service=TreeCache</emphasis> Mbean:
<programlisting><![CDATA[
- <!--
- Configuring the PortalCMSCacheLoader
-
- CacheLoader configuration for 1.4.0
- -->
- <attribute name="CacheLoaderConfiguration">
- <config>
- <passivation>false</passivation>
- <preload></preload>
- <shared>false</shared>
- <cacheloader>
-
<class>org.jboss.portal.cms.hibernate.state.PortalCMSCacheLoader</class>
- <properties></properties>
- <async>false</async>
-
<fetchPersistentState>false</fetchPersistentState>
-
<ignoreModifications>false</ignoreModifications>
- </cacheloader>
- </config>
- </attribute>
- ]]>
+<!--
+ Configuring the PortalCMSCacheLoader
+ CacheLoader configuration for 1.4.0
+-->
+<attribute name="CacheLoaderConfiguration">
+ <config>
+ <passivation>false</passivation>
+ <preload></preload>
+ <shared>false</shared>
+ <cacheloader>
+
<class>org.jboss.portal.cms.hibernate.state.PortalCMSCacheLoader</class>
+ <properties></properties>
+ <async>false</async>
+ <fetchPersistentState>false</fetchPersistentState>
+ <ignoreModifications>false</ignoreModifications>
+ </cacheloader>
+ </config>
+</attribute>]]>
</programlisting>
with the following configuration:
<programlisting><![CDATA[
- <!--
- Configuring the PortalCMSCacheLoader
-
- CacheLoader configuratoon for 1.2.4SP2
- -->
- <attribute
name="CacheLoaderClass">org.jboss.portal.cms.hibernate.state.PortalCMSCacheLoader</attribute>
- <attribute name="CacheLoaderConfig"
replace="false"></attribute>
- <attribute
name="CacheLoaderPassivation">false</attribute>
- <attribute
name="CacheLoaderPreload"></attribute>
- <attribute
name="CacheLoaderShared">false</attribute>
- <attribute
name="CacheLoaderFetchTransientState">false</attribute>
- <attribute
name="CacheLoaderFetchPersistentState">false</attribute>
- <attribute
name="CacheLoaderAsynchronous">false</attribute>
- ]]></programlisting>
+<!--
+ Configuring the PortalCMSCacheLoader
+ CacheLoader configuratoon for 1.2.4SP2
+-->
+<attribute
name="CacheLoaderClass">org.jboss.portal.cms.hibernate.state.PortalCMSCacheLoader</attribute>
+<attribute name="CacheLoaderConfig"
replace="false"></attribute>
+<attribute name="CacheLoaderPassivation">false</attribute>
+<attribute name="CacheLoaderPreload"></attribute>
+<attribute name="CacheLoaderShared">false</attribute>
+<attribute name="CacheLoaderFetchTransientState">false</attribute>
+<attribute
name="CacheLoaderFetchPersistentState">false</attribute>
+<attribute name="CacheLoaderAsynchronous">false</attribute>
]]></programlisting>
</para>
Show replies by date