Hi everyone, I have a problem regarding a cfg file and a ManagedServiceFactory. I use a Karaf 3.0.2 and placed a config file in the etc/ directory. The file is named org.camunda.bpm.extension.osgi.configadmin.ManagedProcessEngineFactory.cfg which matches my ManagedServiceFactory’s pid. When I run the commands config:list "(service.pid=org.camunda.bpm.extension.osgi.configadmin.ManagedProcessEngineFactory)“ and service:list org.osgi.service.cm.ManagedServiceFactory I can see that the config and my factory are present. The log also shows the entry: „Creating configuration from org.camunda.bpm.extension.osgi.configadmin.ManagedProcessEngineFactory.cfg“ Nevertheless, no service is getting created. Debugging showed me that the factory's update() method never gets called. Do you have any idea if I’m missing something?
Cheers, Ronny
