Hi Christian,

Previously I run these commands to install camel-ftp:
osgi:install -s mvn:org.apache.camel/camel-core/2.2.0
osgi:install -s mvn:org.fusesource.commonman/commons-management/1.0
osgi:install -s mvn:org.apache.camel/camel-spring-osgi/2.2.0
osgi:install -s mvn:org.apache.commons/commons-net/2.0
osgi:install -s
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsch/0.1.31_1
osgi:install -s mvn:org.apache.camel/camel-ftp/2.2.0

After your advice, I uninstalled camel-ftp bundle and when I try to run (on
both SMX kernel and karaf) :
>features:install camel-ftp
I get:
ERROR CommandLineExecutionFailed:
org.apache.geronimo.gshell.command.CommandExce
ption: java.lang.Exception: No feature named 'camel-ftp' with version
'0.0.0' available
or
>features:install camel-ftp 2.2.0
ERROR CommandLineExecutionFailed:
org.apache.geronimo.gshell.command.CommandExce
ption: java.lang.Exception: No feature named 'camel-ftp' with version
'2.2.0' available

What am I doing wrong?



Christian Mueller wrote:
> 
> I think Claus said to run the following command:
> 
>>features:install camel-ftp
> 
> And in
> http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?view=markupyou
> can see, that the camel-ftp feature installs the following
> bundles/features:
> 
>   <feature name='camel-ftp' version='${pom.version}'>
>     <bundle>mvn:commons-net/commons-net/${commons-net-version}</bundle>
>     <feature version='${pom.version}'>camel-core</feature>
>    
> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsch/${jsch-bundle-version}</bundle>
>     <bundle>mvn:org.apache.camel/camel-ftp/${pom.version}</bundle>
>   </feature>
> 
> 
> Regards,
> Christian
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Camel-ftp-component-problem-tp28218210p28229527.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to