[infinispan-issues] [JBoss JIRA] Created: (ISPN-1228) Support properties placeholders on infinispan configuration files
Raúl Raja Martínez (JIRA)
jira-events at lists.jboss.org
Tue Jul 12 12:57:23 EDT 2011
Support properties placeholders on infinispan configuration files
-----------------------------------------------------------------
Key: ISPN-1228
URL: https://issues.jboss.org/browse/ISPN-1228
Project: Infinispan
Issue Type: Feature Request
Components: Configuration
Affects Versions: 5.0.0.CR7
Reporter: Raúl Raja Martínez
Assignee: Manik Surtani
Fix For: 5.0.0.FINAL
Currently all values configured in infinispan.xml need to be hardcoded in the file as System property placeholders are not supported.
There are many cases when it's not ideal to have the values there for example when configuring a jdbc cache store, the db, user, pass, etc... need to be hardcoded for the configuration to work.
Ideally infinispan would resolve placeholders such as ${jdbc.user} to a predefined system property or a property file, with that name in the same way other frameworks like spring, ant, maven, etc... do.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list