Re: No component with id 'blueprintBundle' could be found when stopping/restarting a bundle with Camel

2020-10-29 Thread Oleg Cohen
Thank you, JB! > On Oct 29, 2020, at 1:51 AM, Jean-Baptiste Onofre wrote: > > Hi, > > blueprintBundle is a implicite blueprint bean containing the bundle context. > > This bean is used in the camel blueprint. It seems that the bean is destroyed > before camel context, causing this issue. > It

Re: No component with id 'blueprintBundle' could be found when stopping/restarting a bundle with Camel

2020-10-28 Thread Jean-Baptiste Onofre
Hi, blueprintBundle is a implicite blueprint bean containing the bundle context. This bean is used in the camel blueprint. It seems that the bean is destroyed before camel context, causing this issue. It’s an improvement to do on camel blueprint to manage the cycle. I will create a Jira and fix

Re: No component with id 'blueprintBundle' could be found when stopping/restarting a bundle with Camel

2020-10-28 Thread Oleg Cohen
BTW, I asked this before. I saw someone else asking. This is on 4.2.10. > On Oct 28, 2020, at 10:45 PM, Oleg Cohen wrote: > > Greetings, > > Looking for help with this error. I have a bundle that has a camel route. > Every time I stop/restart the bundle I see the following error: > > org.osgi

No component with id 'blueprintBundle' could be found when stopping/restarting a bundle with Camel

2020-10-28 Thread Oleg Cohen
Greetings, Looking for help with this error. I have a bundle that has a camel route. Every time I stop/restart the bundle I see the following error: org.osgi.service.blueprint.container.NoSuchComponentException: No component with id 'blueprintBundle' could be found This route is very small and