[infinispan-issues] [JBoss JIRA] Created: (ISPN-740) TypedProperties.toTypedProperties should do system property substitution
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed Oct 27 09:02:54 EDT 2010
TypedProperties.toTypedProperties should do system property substitution
------------------------------------------------------------------------
Key: ISPN-740
URL: https://jira.jboss.org/browse/ISPN-740
Project: Infinispan
Issue Type: Feature Request
Components: Cache Server
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.0.BETA1
Infinispan Servers should do system property substitution in any of the values present in the properties passed.
The easiest thing would be to as part of the call to TypedProperties.toTypedProperties(properties), we take the value parts and do system property substitution.
Without this, you won't be able to define things like this:
infinispan.server.host = ${jboss.infinispan.hotrod.server.host:127.0.0.1}
infinispan.server.port = ${jboss.infinispan.hotrod.server.port:11222}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list