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
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
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
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
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
*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