Hi ServiceMix is an OSGi container - it's a custom Karaf assembly - so if you want to use the modularity advantage you must deploy bundles. Otherwise you must include all dependencies (Camel, ActiveMQ etc) in your jar and you cannot use the features already deployed on ServiceMix. I don't think this is something you would like to do.
You can read a bit more about deployer and provisioning here: * http://karaf.apache.org/manual/latest-2.x/users-guide/deployer.html * http://karaf.apache.org/manual/latest-2.x/users-guide/provisioning.html Regards Krzysztof On 19.03.2015 12:04, zsm605 wrote: > Another question: > Is deployed into servicemix jar package must be the bundle type? > > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/how-to-import-reference-jar-into-servicemix-tp5722361p5722373.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. -- Krzysztof Sobkowiak JEE & OSS Architect Senior Solution Architect @ Capgemini SSC <http://www.pl.capgemini-sdm.com/en> Apache ServiceMix <http://servicemix.apache.org/> Committer & PMC
