Re: Random unsuccessful read from file

2013-12-03 Thread Claus Ibsen
ileExist=Override"/> > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Random-unsuccessful-read-from-file-tp5744181p5744230.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc

Re: Random unsuccessful read from file

2013-12-03 Thread martin11
immediately . Do I also change configuration of file endpoint? e.g readLockTimeout? -- View this message in context: http://camel.465427.n5.nabble.com/Random-unsuccessful-read-from-file-tp5744181p5744230.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Random unsuccessful read from file

2013-12-02 Thread Claus Ibsen
if (originalExchange == null) { > originalExchange = newExchange; > } else { > originalExchange.getIn().setBody(newExchange.getIn().getBody()); > } > > return originalExchange; > } > } > > Thanks for some hint. &g

Random unsuccessful read from file

2013-12-02 Thread martin11
ull) { originalExchange = newExchange; } else { originalExchange.getIn().setBody(newExchange.getIn().getBody()); } return originalExchange; } } Thanks for some hint. -- View this message in context: http://camel.465427.n5.nabble.com/Random-unsuccessful-r