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.osgi.Activator broke the isInOsgiEnvironment functionality. Try to execute BeanValidatorTest integration test in order to verify this. Why exactly would you like to switch to impl class? Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com