Hi - I'm very new to ServiceMix (and especially OSGi), and am trying to figure out how deployment of Camel routes works when the route has 3rd party JAR dependencies. So, apologies if this is a really basic question, but I haven't been able to find a definitive answer anywhere.
I've read Camel User Guide and it mentions how I can bundle my Camel route as a Spring or Blueprint bundle, so that my Java classes that support the route and any Spring config are loaded into the JAR assembly ready for deployment to ServiceMix. What happens if my Camel route requires classes from a 3rd party non-OSGi JAR? (e.g. I have a dependency in my project pom on that library) I assume OSGi has some magic to allow me to bundle that JAR in some way that I can install it into ServiceMix/Karaf, but I'm a bit lost as to what steps I would need to take to accomplish this. Any pointers most appreciated. Many thanks Alan -- View this message in context: http://servicemix.396122.n5.nabble.com/Newbie-question-deploying-Camel-routes-with-JAR-dependencies-tp5719692.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
