Re: Camel-ftp component problem

2010-04-14 Thread olamalam
equesting >>> >> >> some libraries (for ex: javax.xml.bind) included in Java sdk. >>> Should >>> I >>> >> >> also >>> >> >> install those bundles too? >>> >> >> >>> >> >> Please note tha

Re: Camel-ftp component problem

2010-04-14 Thread cmoulliard
;> >> > olamalam wrote: >> >> >> >> Hi willem, >> >> >> >> >> >> >> >> I uninstalled camel-spring & camel-osgi and installed >> >> >> camel-spring-osgi. >> >> >> >> but I

Re: Camel-ftp component problem

2010-04-14 Thread Willem Jiang
d 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-comp

Re: Camel-ftp component problem

2010-04-14 Thread Charles Moulliard
gt;> >> >>> > >> >> >>> Please make sure you didn't install camel-spring-osgi and > >> >> camel-spring > >> >> >>> bundle at the same time. > >> >> >>> We merged the camel-s

Re: Camel-ftp component problem

2010-04-14 Thread olamalam
bundle >> >> >>> instead of camel-spring and camel-osgi. >> >> >>> >> >> >>> Willem >> >> >>> >> >> >>> olamalam wrote: >> >> >>>> Hi to all, >> >> >>>> &g

Re: Camel-ftp component problem

2010-04-14 Thread Charles Moulliard
> >>> olamalam wrote: > >> >>>> Hi to all, > >> >>>> > >> >>>> I'm trying to develop a hello world bundle for serviceMix kernel > >> (1.1) > >> >>>> which > >> >>>> u

Re: Camel-ftp component problem

2010-04-14 Thread olamalam
.1) >> >>>> which >> >>>> uses camel-ftp component. >> >>>> My aim is to run this route: >> >>>> from("file://../data?noop=true").to("ftp://test@ >> 127.0.0.1:21/?password=test"); >> >>&g

Re: Camel-ftp component problem

2010-04-13 Thread Charles Moulliard
hough 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"

Re: Camel-ftp component problem

2010-04-13 Thread olamalam
ToCreateRouteException 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-tp28218210p28231893.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-ftp component problem

2010-04-13 Thread olamalam
gt; mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsch/${jsch-bundle-version} > mvn:org.apache.camel/camel-ftp/${pom.version} > > > > 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.

Re: Camel-ftp component problem

2010-04-13 Thread olamalam
eRouteException 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-tp28218210p28229325.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-ftp component problem

2010-04-12 Thread Willem Jiang
Can you also try Felix Karaf 1.4.0 which is latest release version of ServiceMix kernel ? And using feature:install camel-ftp to install the bundle for camel-ftp. Willem olamalam wrote: Hi willem, I uninstalled camel-spring & camel-osgi and installed camel-spring-osgi. but I'm still getting t

Re: Camel-ftp component problem

2010-04-12 Thread Christian Müller
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: mvn:commons-net

Re: Camel-ftp component problem

2010-04-12 Thread olamalam
t;> 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-

Re: Camel-ftp component problem

2010-04-12 Thread Claus Ibsen
x. >>> 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

Re: Camel-ftp component problem

2010-04-12 Thread olamalam
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-tp28218210p28218621.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-ftp component problem

2010-04-12 Thread olamalam
dle 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 >>

Re: Camel-ftp component problem

2010-04-12 Thread Willem Jiang
Hi, Please make sure you didn't install camel-spring-osgi and camel-spring bundle at the same time. We merged the camel-sping and camel-osgi bundle into camel-spring-osgi in Camel 2.2, so you just need to install camel-spring-osgi bundle instead of camel-spring and camel-osgi. Willem olamal

Re: Camel-ftp component problem

2010-04-12 Thread Claus Ibsen
; 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.co

Camel-ftp component problem

2010-04-12 Thread olamalam
ent.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.