Re: sftp and path

2011-11-18 Thread oritush
the stepwise option did work for me thanks a lot and have a great weekend!!! -- View this message in context: http://camel.465427.n5.nabble.com/sftp-and-path-tp5002111p5005630.html Sent from the Camel - Users mailing list archive at Nabble.com.

sftp and path

2011-11-17 Thread oritush
I have a new issue with my sftp configuration - the path in the machine I connect to. I try few options, none of them worked for me: == *1. *I added no path. But then I got this exception: 2011-11-17 13:25:02.556 WARN org.apache.camel.component.file.remote.RemoteFilePollingConsumerPollStrat

"Type com.jcraft.jsch.ChannelSftp$LsEntry not present" error when using sftp

2011-11-16 Thread oritush
Hi! I get the above exception (ClassNotFoundException: com.jcraft.jsch.ChannelSftp$LsEntry) when I use the sftp endpoint. what am I missing? Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create route route2: Route[[From[sftp://sftp.mysite.com:22?filter=#FTPDataFeedFile... bec

Re: moveFailed in case of a method failure

2011-11-16 Thread oritush
10x, it works! -- View this message in context: http://camel.465427.n5.nabble.com/moveFailed-in-case-of-a-method-failure-tp4995001p4998802.html Sent from the Camel - Users mailing list archive at Nabble.com.

moveFailed in case of a method failure

2011-11-15 Thread oritush
I am using the moveFailed option for a file, which its endpoint is bean/method: from("file://sourceFolder?filter=#MyFilesFilter&moveFailed=error&move=success").to("bean:myParserService?method=parse"); what type of failures - throw an exception or return false - should the 'parse' method returns i