echoing what i mentioned as part of JIRA considering override="true" needs to be added, config element also supports append="true". Just wondering using append="true" and override="true" together would make any sense?
<config name="com.foo.bar" append="true" override="true"> myProperty = myValue </config> With above as an example would it mean if myProperty is found it would get overwritten with value as "myValue" and if the property is not found then gets appended to the config file. -- View this message in context: http://karaf.922171.n3.nabble.com/Feature-configurations-do-not-update-existing-property-as-part-of-etc-tp4050074p4050162.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
