[
https://issues.jboss.org/browse/GTNPORTAL-2539?page=com.atlassian.jira.pl...
]
Trong Tran closed GTNPORTAL-2539.
---------------------------------
Fix Version/s: (was: 3.4.0.Final)
Resolution: Duplicate Issue
Duplicated to GTNPORTAL-2457
Externalize default-repository in JCR configuration
---------------------------------------------------
Key: GTNPORTAL-2539
URL:
https://issues.jboss.org/browse/GTNPORTAL-2539
Project: GateIn Portal
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Trong Tran
Priority: Minor
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:xml}
<repository-service
default-repository="${gatein.jcr.repository.default:repository}">
<repositories>
<repository name="${gatein.jcr.repository.default:repository}"
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