Hello, I had some troubles recently making camel-hazelcast working on karaf because of a problem very similar to https://github.com/hazelcast/hazelcast/issues/2233.
It appears that the root cause is the package javax.scripting exported by bot the System Bundle as well as org.apache.servicemix.specs.scripting-api-1.0 (which is adependency for caml-hazelcast and other features) so I'm wondering if servicemix's bundle is really needed or if it is a reminiscence of old times. Thoughts ? --- Luca Burgazzoli