Re: [configuration] CombinedConfiguration.getSource()

2008-11-08 Thread Ralph Goers
Oliver Heger wrote: The getSource() method was added on behalf of CONFIGURATION-215 [1]. The original request was a bit adapted to come to a more generic solution. IIRC the usage scenario was that you have multiple child configurations with different name spaces and want to uniquely ident

Re: [configuration] CombinedConfiguration.getSource()

2008-11-08 Thread Oliver Heger
ralph.goers @dslextreme.com schrieb: I don't understand why getSource throws an Exception when a property can be found in multiple configurations. If the property is not a list or if escaping is disabled then the value from the first Configuration the key is found in will be used. Shouldn't an Ex

[configuration] CombinedConfiguration.getSource()

2008-11-06 Thread ralph.goers @dslextreme.com
I don't understand why getSource throws an Exception when a property can be found in multiple configurations. If the property is not a list or if escaping is disabled then the value from the first Configuration the key is found in will be used. Shouldn't an Exception only be thrown when the value i