I am using a CompositeConfiguration and a DatabaseConfiguration (it is a member of the CompositeConf). I use the clearProperty(String key) on the CompositeConfiguration on a certain key, and i can see, in debug that it deletes the current key in the dbconf (inside it). i than addProperty(String key, Object value) to the dbconf (not the composite) and instead of adding it, it adds both the deleted and the new value in an array. this seems strange to me.
another question. is there a standard visual editor for configurations (of commons-configurations)? -- View this message in context: http://www.nabble.com/-DatabaseConfiguration--a-problem-with-the-removal-of-properties-tp23940919p23940919.html Sent from the Commons - Issues mailing list archive at Nabble.com.
