Hi JB, Thank you for the info. I discovered a circular dependency in the two bundles and that was causing the issue. So, this is all set now.
Again, thank you for info. I will make sure to use a ServiceTracker. Best, OIeg > On Apr 6, 2017, at 12:10 PM, Jean-Baptiste Onofré <[email protected]> wrote: > > Hi Oleg, > > Do you use a ServiceTracker in the consumer bundle ? > > You should do this in order to be able to "react" when the provider service > is available. > > Regards > JB > > On 04/06/2017 03:35 PM, Oleg Cohen wrote: >> Greetings, >> >> I have a situation where I have two bundles: a provider bundle and a >> consumer bundle. The consumer bundle depends on the provider bundle. When I >> redeploy the provider it activates fine, but the consumer bundle goes into >> Resolved state and needs to be started manually. >> >> I would appreciate any pointers on how to triage and fix this. >> >> Thank you! >> Oleg >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com
