[gatein-issues] [JBoss JIRA] (GTNPORTAL-3404) The path of JCr index cache is hard coded in configuration.properties

Racha Touzi (JIRA) issues at jboss.org
Fri Feb 28 05:51:47 EST 2014


Racha Touzi created GTNPORTAL-3404:
--------------------------------------

             Summary: The path of JCr index cache is hard coded in configuration.properties
                 Key: GTNPORTAL-3404
                 URL: https://issues.jboss.org/browse/GTNPORTAL-3404
             Project: GateIn Portal
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
            Reporter: Racha Touzi
            Priority: Minor


The path 's   configuration of the JCR index cache is always configured in cluster mode  "/conf/jcr/infinispan/cluster/indexer-config.xml"  whatever the profil mode ( local or cluster) .
The configuration of JCR Index cache must be one for local mode and one for Cluster mode ,
So the path must be 
{code}
gatein.jcr.index.cache.config=war:/conf/jcr/infinispan/${gatein.jcr.config.type}/indexer-config.xml
{code}

instead of 
{code}
gatein.jcr.index.cache.config=war:/conf/jcr/infinispan/cluster/indexer-config.xml
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the gatein-issues mailing list