Karaf add additional property to existing config file
问题 I have a bundle which uses a configuration file org.jemz.karaf.tutorial.hello.service.config.cfg with one property: org.jemz.karaf.tutorial.hello.service.msg="I am a HelloServiceConfig!!" My blueprint for using ConfigAdmin is like: <cm:property-placeholder persistent-id="org.jemz.karaf.tutorial.hello.service.config" update-strategy="reload" > <cm:default-properties> <cm:property name="org.jemz.karaf.tutorial.hello.service.msg" value="Hello World!"/> </cm:default-properties> </cm:property