Description
the camel-script feature looks like
<feature name="camel-script" version="2.6.0">
<feature version="2.6.0">camel-core</feature>
<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/1.7.0</bundle>
<bundle>mvn:org.apache.camel/camel-script/2.6.0</bundle>
</feature>
it has no specific script implementation bundles
the servicemix-scripting feature looks like
<feature name="servicemix-scripting" version="2011.01">
<feature version="2011.01">servicemix-shared</feature>
<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/1.7.0</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.asm/2.2.3_4</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/2.7.7_3</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_4</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.rhino/1.7R1_3</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jruby/1.1.2_3</bundle>
<bundle>mvn:com.google.code.scriptengines/scriptengines-groovy/1.1</bundle>
<bundle>mvn:com.google.code.scriptengines/scriptengines-javascript/1.1</bundle>
<bundle>mvn:com.google.code.scriptengines/scriptengines-jruby/1.1</bundle>
<bundle>mvn:org.apache.servicemix/servicemix-scripting/2011.01</bundle>
</feature>
It ship groovy/ruby/javascript implementation bundle.
We should do same for camel-script feature, otherwise customer can't use camel-script feature without servicemix-scripting get installed.
There's a related discussion on Servciemix mailing list[1], I think we need fix it in camel
[1]http://servicemix.396122.n5.nabble.com/Exception-when-using-JavaScript-expression-in-Camel-routes-td4758137.html#a4761878