Re: Maven+Nexus and OSGi bundles via Fuse ESB

2011-12-05 Thread wulfgar.pro
I got around this today by installing a trial version of Nexus Professional. The professional edition has support for OBR. This way I can create my own hosted OBR, where I can deploy my 3rd party libs as bundles for discovery and resolution via Karaf's `obr` feature. -- View this message in

Maven+Nexus and OSGi bundles via Fuse ESB

2011-12-04 Thread wulfgar.pro
Hi, I'm using Fuse ESB which is built on-top of Apache Karaf. Under Karaf I'm using Apache Felix as my OSGi run-time. One of my Java projects is a data-layer for MongoDB. This project relies on various 3-rd party dependencies: - morphia - mongodb-java-driver - etc. I've had trouble in the