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
