Hi Willem,
> I will dig the integration test fail issue.
The issue is that Camel Core activator doesn't provide static BundleContext.
Please check out my latest commit
(a42a2ca9542bfb83cf010168aeb8fd82f7b197bf). I changed the
implementation to use OSGi FrameworkUtil instead of classloading
magic
Hi Willem,
> -Class activatorClass =
> classLoader.loadClass("org.apache.camel.osgi.Activator");
> +Class activatorClass =
> classLoader.loadClass("org.apache.camel.impl.osgi.Activator");
Actually switching from org.apache.camel.osgi.Activator to
org.apache.camel.impl.os