Hi uses, Can someone help me?
I wrote a small service that implements ManagedService and registered the service using class name as SERVICE_PID I copied a configuration file to /etc with my service class name + .cfg as file name. In my Activator start I look up my configuration and starts my service class. No problems here, i can find the file and I can read the properties. When the service is started a config:list show the configuration and the property: BundleLocation has a value (=mvn:groupid/artifactid/version) If I modify the cfg file I would expect update method to be called. But nothing happens and a config:list now shows BundleLocation = null ??? What am I doing wrong? thx, Peter running karaf 2.3.0
