Re: git commit: CAMEL-7218 Updated the activator class name to be the camel-core one

2014-02-20 Thread Henryk Konsek
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

Re: git commit: CAMEL-7218 Updated the activator class name to be the camel-core one

2014-02-20 Thread Henryk Konsek
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