Hi Olivier,
Camel feature
(mvn:org.apache.camel.karaf/apache-camel/2.4.0/xml/features) doesn't
provide the camel-exec feature.
You can define your own feature descriptor with the following (as
commons-exec 1.0.1 is an OSGi bundle):
<feature name="camel-exec" version="2.4.0">
<feature version="2.4.0">camel-core</feature>
<bundle>mvn:org.apache.commons/commons-exec/1.0.1</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-io/1.4_1</bundle>
<bundle>mvn:commons-lang/commons-lang/2.5</bundle>
<bundle>mvn:org.apache.camel/camel-exec/2.4.0</bundle>
</feature>
I'm gonna submit a patch to Camel to include it in the feature
descriptor (watch on CAMEL-3248).
Regards
JB
On 10/18/2010 02:00 PM, Olivier.Roger wrote:
Hello Camel,
I am using Camel 2.4 with has the camel-exec component. I wanted to deploy
it in servicemix but I cannot find a camel-exec feature.
It is possible to explain how I could create such a feature ?
I am using the Fuse distribution of servicemix.
Thanks in advance,
Olivier