[gatein-issues] [JBoss JIRA] (GTNPORTAL-2372) The RPCService is missing in the JCR configuration

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Mon Mar 19 05:29:47 EDT 2012


    [ https://issues.jboss.org/browse/GTNPORTAL-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677572#comment-12677572 ] 

RH Bugzilla Integration commented on GTNPORTAL-2372:
----------------------------------------------------

JBoss JIRA Server <jira-update at redhat.com> made a comment on [bug 802481|https://bugzilla.redhat.com/show_bug.cgi?id=802481]

Honza Fnukal <hfnukal at redhat.com> updated the status of jira GTNPORTAL-2372 to Resolved
                
> The RPCService is missing in the JCR configuration
> --------------------------------------------------
>
>                 Key: GTNPORTAL-2372
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-2372
>             Project: GateIn Portal
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: JCR integration
>    Affects Versions: 3.2.0-GA
>            Reporter: Nicolas Filotto
>            Assignee: Honza Fnukal
>             Fix For: 3.3.0.CR01
>
>
> I've just realized that a required component is missing in the jcr config of GateIn 3.2 which is the RPCService that is used by the JCR in cluster environment to allow cluster nodes to communicate.  See below an example of how to configure it:
> {code:xml}
>   <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>
> {code}
> This should be added in gatein.ear/02portal.war/WEB-INF/conf/jcr/jcr-configuration.xml. More details about it here http://docs.jboss.org/exojcr/1.14.6-GA/developer/en-US/html_single/#Kernel.RPCService.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list