Re: camel route with camel version 2.16.0 is polling directory, but not readingany files from sftp location. the same code works fine using the camel version 2.15.3

2016-04-24 Thread nikhilesh
Hi Himanshu, I'm using the relative path only, my camel route looks something like this from("sftp://hostname/home/mydir/xmls?username=username&password=password";). Himanshu Mittal wrote > From Camel 2.16 onward it does not support absolute paths. > Can you change ftp.location.dir to a rel

camel route with camel version 2.16.0 is polling directory, but not readingany files from sftp location. the same code works fine using the camel version 2.15.3

2016-04-24 Thread nikhilesh
Hi, I have a below camel route which is used to poll files from the sftp location, the sftp location is polled in both the cases. But, when I use camel 2.16.0 version in my classpath, the directory is being polled but cannot see that any files are being read from there. the same code works fine usi

Using camel 2.16.0 Cannot read any files from SFTP location, the same code works for 2.15.3

2016-04-23 Thread nikhilesh
Hi, I have a below camel route which is used to poll files from the sftp location, which does not work when I use camel 2.16.0 version and workks fine with 2.15.3 version without any issues. note:I did not use the absolute path when I used 2.16.0 version @Override public void config

Re: Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp

2016-04-23 Thread nikhilesh
Hans, I tired to change my camel version to 2.16.3, but that did not fix my issue, in fact my camel route stopped polling the files itself. (In my intiual scenario I did not encounter FileNotFoundException but GenericFileOperationFailedException which is caused by IOExcepton : streams or

Re: Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp

2016-04-23 Thread nikhilesh
Hans, I tired to change my camel version to 2.16.3, but that did not fix my issue, in fact my camel route stopped picking the files. (And I'm not even getting the FileNotFoundException but getting the GenericFileOperationFailedException which is caused by IOExcepton : streams or Pipes are closed

Camel SFTP,quartz2 component gives:Cannot retrieve file :caused by GenericFileOperationFailedException,when polling multiple files from sftp

2016-04-22 Thread nikhilesh
*I'm trying to poll files from sftp location using the below camel route and using quartz2 scheduler, after polling couple of files i'm getting a GenricFileOpertaionFailedException caused by java.io.IOException: Pipe closed* JaxbDataFormat dataFormat = new JaxbDataFormat(); dataFormat.setContext(J