Hi I am using groovy scripting language inside my Camel routes and therefore need to install the necessary bundles for that. I've enabled the following features: *camel-script*, *camel-script-groovy*, *camel-groovy* and *camel-script*. Also I've installed the maven artifact using the command: *osgi:install wrap:mvn:org.codehaus.groovy/groovy-all/1.8.6*
When my bundle starts I get the following exception: java.lang.NoClassDefFoundError: groovy.lang.Script I have checked the installed bundle (groovy-all) and it has that class. What could be the problem? I am using ServiceMix 4.4.1 -- View this message in context: http://servicemix.396122.n5.nabble.com/How-to-enable-Camel-Groovy-in-ServiceMix-tp5688546.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
