[jboss-jira] [JBoss JIRA] Created: (JBAS-5817) SystemPropertiesService doesn't replace refs to other properties

Naveen Malik (JIRA) jira-events at lists.jboss.org
Wed Jul 30 16:27:26 EDT 2008


SystemPropertiesService doesn't replace refs to other properties
----------------------------------------------------------------

                 Key: JBAS-5817
                 URL: https://jira.jboss.org/jira/browse/JBAS-5817
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Other
    Affects Versions: JBossAS-4.2.3.GA
            Reporter: Naveen Malik


Trying to use the SystemPropertiesService to load a properties file where some of the properties in the file have values that reference other properties.  For example:

my.first.property=someValue
my.second.property=${my.first.property}

The value of my.second.property is not resolved to "someValue".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list