[gatein-commits] gatein SVN: r8574 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 13 03:57:46 EDT 2012


Author: hfnukal
Date: 2012-03-13 03:57:45 -0400 (Tue, 13 Mar 2012)
New Revision: 8574

Modified:
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
Log:
Bug 802481 - Missing JCR configuration for cluster support

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml	2012-03-12 19:37:41 UTC (rev 8573)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml	2012-03-13 07:57:45 UTC (rev 8574)
@@ -100,6 +100,25 @@
       </value-param>
     </init-params>
   </component>
+
+  <component profiles="cluster">
+    <key>org.exoplatform.services.rpc.RPCService</key>
+    <type>org.exoplatform.services.rpc.impl.RPCServiceImpl</type>
+    <init-params>
+      <value-param>
+        <name>jgroups-configuration</name>
+        <value>${gatein.jcr.jgroups.config}</value>
+      </value-param>
+      <value-param>
+        <name>jgroups-cluster-name</name>
+        <value>RPCService-Cluster</value>
+      </value-param>
+      <value-param>
+        <name>jgroups-default-timeout</name>
+        <value>0</value>
+      </value-param>
+    </init-params>
+  </component>
 	
   <external-component-plugins>
  		<target-component>org.exoplatform.services.jcr.RepositoryService</target-component>



More information about the gatein-commits mailing list