And a quick Google search turns up the following: http://gnodet.blogspot.co.nz/2008/09/id-like-to-talk-bit-about-third-party.html
That seems to apply to my situation, so presumably that's what I should do, then? That is, one of: Include each JAR inside the component JAR, extract the classes from the MQ JARs and add them to the component JAR, or re-bundle the MQ JARs so that they're OSGi-compliant. Thanks, - Andrew On Thu, May 17, 2012 at 10:36 PM, Andrew Thorburn <[email protected]> wrote: > So, I would like to add some libraries to ServiceMix in order to have > a custom component make use of them. In particular, these are free > (but not open) Java MQI jars from IBM Websphere MQ. As far as I can > tell, they are not OSGi-ified, so do I need to - somehow - apply OSGi > to them to make my component see them in SMX? Or can I get away with > just making my component OSGi-ified? Alternatively, is there a way to > bundle them all up inside a single archive (like a WAR)? > > Unfortunately, my knowledge of OSGi is basically non-existent, so I'm > not sure what I should be doing here... > > - Andrew
