Hi Francois, > Cannot load the > scriptEngine for python, the exception is java.lang.NoClassDefFoundError: > javax/script/ScriptEngineFactory, > please ensure correct JARs is provided on classpath.
Class javax.script.ScriptEngineFactory is distributed with JRE 6. Don't you use JRE 6? > install mvn:org.apache.camel/camel-script/2.8.5 May I ask why don't you use 'feature:install camel-script'? :) It's safer than 'bundles:install' as it guarantees to install complete set of bundles. Best regards. -- Henryk Konsek http://henryk-konsek.blogspot.com
