getValue() doesn't exist, I guess you mean getProperty() ?
getString() does the interpolation, getProperty() doesn't (you get the raw value)
Emmanuel Bourg [EMAIL PROTECTED] a écrit :
There was a recent exchange on this list pertaining to this which I have unfortunately misplaced. If I have a composite configuration with the properties my.service.ip=1.2.3.4 my.service.port=8080 my.service.protocol=http my.actual.url=${my.service.protocol}://${my.service.ip}:${my.service.port} then MyCompositeConfiguration.getValue() would yield the string "http://1.2.3.4:8080"whileMyCompositeConfiguration.getString() would yield the 'raw' string ${my.service.protocol}://${my.service.ip}:${my.service.port} Correct? Or is it the other way around? Thanks, /U
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
