Re: Re: Issue with timer:// route, NoSuchBeanException on route shutdown

2015-05-26 Thread Claus Ibsen
Try remove the depends-on, not sure if blueprint shutdown in reverse order and therefore the bean before camel etc. On Tue, May 26, 2015 at 9:56 PM, Martin Lichtin wrote: > Using Blueprint in an OSGi bundle: > > class="myPkg.MyBean"> > > > http://camel.apache.org/schema/blueprint";

Re: Re: Issue with timer:// route, NoSuchBeanException on route shutdown

2015-05-26 Thread Martin Lichtin
Using Blueprint in an OSGi bundle: class="myPkg.MyBean"> http://camel.apache.org/schema/blueprint"; xsi:schemaLocation="http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd"; id="myRouteContext" depends-on="myBean">

Re: Re: Issue with timer:// route, NoSuchBeanException on route shutdown

2015-05-26 Thread Martin Lichtin
Using Blueprint in an OSGi bundle: http://camel.apache.org/schema/blueprint"; xsi:schemaLocation="http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint.xsd"; id="myRouteContext" depends-on="myBean">