I have configured the error handler but somehow the code doesn't land in
catch when this exception occurs and file gets stuck in "processing"
directory.
.doCatch(Exception.class)
.process(new Processor() {
@Override
public void process(Exchange exchange)
throws Exception {
}
})
.to("sourceDirectory/error"))
--
View this message in context:
http://camel.465427.n5.nabble.com/Intermittent-issue-Camel-FTP-GenericFileOperationFailedException-Error-writing-file-tp5795212p5795227.html
Sent from the Camel - Users mailing list archive at Nabble.com.