Re: retryWhile predicate is not called on ftp connection failure

2015-02-12 Thread Claus Ibsen
is this normal? > > Regards. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/retryWhile-predicate-is-not-called-on-ftp-connection-failure-tp5762601p5762647.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Cl

Re: retryWhile predicate is not called on ftp connection failure

2015-02-12 Thread ekz
bute. is this normal? Regards. -- View this message in context: http://camel.465427.n5.nabble.com/retryWhile-predicate-is-not-called-on-ftp-connection-failure-tp5762601p5762647.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: retryWhile predicate is not called on ftp connection failure

2015-02-11 Thread Claus Ibsen
ck=true" > + "&consumer.bridgeErrorHandler=true" > + "&throwExceptionOnConnectFailed=true" ) > .log(""); > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/retryWhile-predicate-is-not

Re: retryWhile predicate is not called on ftp connection failure

2015-02-11 Thread ekz
quot;in precess.."); } }); CamelExceptionCaught=org.apache.camel.component.file.GenericFileOperationFailedException: File operation failed: 530 Login incorrect. . Code: 530 -- View this message in context: http://camel.465427.n5.nabble.com/retryWhile-predicate-is-not-called-on-ftp-connection-failure-tp5762601p576262

Re: retryWhile predicate is not called on ftp connection failure

2015-02-11 Thread Morgan Hautman
word=***"; + "&passiveMode=true&consumer.delay=1&fastExistsCheck=true" + "&consumer.bridgeErrorHandler=true" + "&throwExceptionOnConnectFailed=true" ) .log(""); -- View this message in cont

Re: retryWhile predicate is not called on ftp connection failure

2015-02-11 Thread ekz
k=true" + "&consumer.bridgeErrorHandler=true" + "&throwExceptionOnConnectFailed=true" ) .log(""); -- View this message in context: http://camel.465427.n5.nabble.com/retryWhile-predicate-is-not-called-on-ftp-connection-failure-tp5762601p5762607.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: retryWhile predicate is not called on ftp connection failure

2015-02-11 Thread Morgan Hautman
uot;; + "&passiveMode=true&consumer.delay=1&fastExistsCheck=true" + "&consumer.bridgeErrorHandler=true" + "&throwExceptionOnConnectFailed=true" ).log(""); -- View this message in context: http://camel.

retryWhile predicate is not called on ftp connection failure

2015-02-11 Thread ekz
} }); from("ftp://user@host?password=***"; + "&passiveMode=true&consumer.delay=1&fastExistsCheck=true" + "&consumer.bridgeErrorHandler=true" + "&throwExceptionOnConnectFailed=true" ).log("");