Hi Claus,

I installed camel-ftp by running this command:
install -s mvn:org.apache.camel/camel-ftp/2.2.0
before running it SMX forced me to install other related bundles as well.
(jsch, commons net, ...)
So now I'm sure that necessary bundles are installed and active.


Claus Ibsen-2 wrote:
> 
> Hi
> 
> Did you "deploy" it to SMX by installing the camel-ftp feature?
> You should install features when using camel components, as it will
> ensure all the other bundles get installed as well.
> 
> You can find SMX 4 / FUSE ESB 4.2 documentation at
> http://fusesource.com/products/enterprise-servicemix4/#documentation
> 
> For example:
> http://fusesource.com/docs/esb/4.2/deploy_osgi/index.html
> 
> On Mon, Apr 12, 2010 at 4:04 PM, olamalam <[email protected]>
> wrote:
>>
>> Hi to all,
>>
>> I'm trying to develop a hello world bundle for serviceMix kernel (1.1)
>> which
>> uses camel-ftp component.
>> My aim is to run this route:
>> from("file://../data?noop=true").to("ftp://[email protected]:21/?password=test";);
>> Although this route runs without problem in a stand alone application,
>> when
>> i deploy it in serviceMix kernel
>> I get FailedToCreateRouteException due to "No component found with
>> scheme:
>> ftp".
>>
>> To solve the problem what i did so far are:
>> 1- deployed camel-ftp 2.2 bundle to serviceMix.
>> 2- added camel-ftp package (org.apache.camel.component.file.remote) to
>> import-packages.
>> now when I run "headers bundle#" in serviceMix I can see this imported
>> package.
>>
>> What else I can do?
>> Thanks in advance
>> --
>> View this message in context:
>> http://old.nabble.com/Camel-ftp-component-problem-tp28218210p28218210.html
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> -- 
> Claus Ibsen
> Apache Camel Committer
> 
> Author of Camel in Action: http://www.manning.com/ibsen/
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
> 
> 

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

Reply via email to