[gatein-issues] [JBoss JIRA] (GTNPORTAL-2457) Externalize default-repository in JCR configuration

kien nguyen (JIRA) jira-events at lists.jboss.org
Wed Jun 6 00:00:18 EDT 2012


     [ https://issues.jboss.org/browse/GTNPORTAL-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

kien nguyen reassigned GTNPORTAL-2457:
--------------------------------------

    Assignee: kien nguyen

    
> Externalize default-repository in JCR configuration
> ---------------------------------------------------
>
>                 Key: GTNPORTAL-2457
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-2457
>             Project: GateIn Portal
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>            Reporter: kien nguyen
>            Assignee: kien nguyen
>             Fix For: 4.0.0
>
>
> Variablize default-repository and repository's name in Repository Service configuration, to make possible repository name configuration via configuration.properties.
> Usage of the variable should be as follows:
> {code}
> <repository-service default-repository="${gatein.jcr.repository.default}">
>   <repositories>
>     <repository name="${gatein.jcr.repository.default}" system-workspace="${gatein.jcr.workspace.system}" default-workspace="${gatein.jcr.workspace.default}">
>       ...
>     </repository>
>   </repositories>
> </repository-service>
> {code}
> The configuration.properties will be:
> {code}
> # JCR system and default workspaces
> gatein.jcr.repository.default=repository
> gatein.jcr.workspace.default=collaboration
> gatein.jcr.workspace.system=system
> {code}

--
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