Hello In my app I'm configuring a service with a bundle providing its configuration. Now it seems the components are first started without that configuration and then restarted with it. As a consequence my app [1] doesn't work correctly when started the first time. From the second start up it works correctly as it doesn't first start the component with the wrong configuration.
Is there a way to make sure the components aren't started without the provided configuration? Cheers, Reto 1. sling-stanbol-launcher in https://github.com/retobg/sling-stanbol
