You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Freeman-2 <fr...@gmail.com> on 2011/06/29 14:07:57 UTC

Re: ServiceMix restart cannot start camel route when using cxfbc, jbi endpoint

Hi,

I believe this problem come from that your customer bundle get started
before the servicmeix-camel bundle(which provide camel jbi endpoint) when
you restart the servicemix, so that the jbi://endpoint isn't available yet
at that time.
You can edit
/system/org/apache/servicemix/apache-servicemix/4.3.1-fuse-01-09/apache-servicemix-4.3.1-fuse-01-09-features.xml
find servicemix-camel feature, change
<bundle>mvn:org.apache.servicemix/servicemix-camel/2011.01.0-fuse-01-09</bundle>
to
<bundle
start-level="50">mvn:org.apache.servicemix/servicemix-camel/2011.01.0-fuse-01-09</bundle>
this way can ensure servicemix-camel bundle get started before your customer
bundle.

(P.S. Sorry for the late reply - we've had a bit of trouble receiving
mails that were posted to Nabble instead of directly to the mailing
lists so your original mail kind of dropped off the radar for us)
Freeman

--
View this message in context: http://servicemix.396122.n5.nabble.com/ServiceMix-restart-cannot-start-camel-route-when-using-cxfbc-jbi-endpoint-tp4394191p4534937.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.