>>>>> Jean-Baptiste Onofré <j...@nanthrax.net>:

> why you don't just put this as private package. You will avoid class
> loading issue this way.

> In OSGi, not all is necessary an import. It could be a private package
> and/or embed dependency. It means the packages are embedded in the
> bundle. The bundle is "fat" but you avoid classloading issue this way,
> especially when the dependency is not designed for OSGi.

Um... not sure what you mean...?  Do you mean rebundling Neo4J before
pulling it into karaf?  Either individually (*lots* of work, probably),
or as a fat jar (less work if the maven dependencies of the top jar can
be made to do the trick).

> Unfortunately, I wanted to create neo4j bundle at ServiceMix, but it's
> not possible due to neo4j license.

Yeah, the licensing was why I didn't rebundle with maven in the first
place.  I hoped the wrap protocol could do the trick...

Reply via email to