Re: Camel BeanIO catch and ignore InvalidRecordException

2016-05-04 Thread Brad Johnson
in.close(); } On Wed, May 4, 2016 at 7:46 AM, hong5858 wrote: > by catching the error records I meant to get a chance to write them to a > file. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-InvalidRe

Re: Camel BeanIO catch and ignore InvalidRecordException

2016-05-04 Thread hong5858
by catching the error records I meant to get a chance to write them to a file. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-InvalidRecordException-tp5762999p5782171.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel BeanIO catch and ignore InvalidRecordException

2016-05-04 Thread hong5858
understood there are options to ignore errors but what I need is to catch those records and continue proceeding the rest. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-InvalidRecordException-tp5762999p5782170.html Sent from the Camel - Users

Re: Camel BeanIO catch and ignore InvalidRecordException

2016-05-03 Thread Brad Johnson
; > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-InvalidRecordException-tp5762999p5782120.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > - > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >

Re: Camel BeanIO catch and ignore InvalidRecordException

2016-05-03 Thread Claus Ibsen
> -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-InvalidRecordException-tp5762999p5782120.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Cam

Re: Camel BeanIO catch and ignore InvalidRecordException

2016-05-03 Thread hong5858
-BeanIO-catch-and-ignore-InvalidRecordException-tp5762999p5782120.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel BeanIO catch and ignore InvalidRecordException

2016-02-12 Thread fxthomas
.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-InvalidRecordException-tp5762999p5777667.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel BeanIO catch and ignore InvalidRecordException

2015-02-20 Thread jikes
e error, or use doTry-doCatch, then the remaining records are not processed. How can I achive catching the InvalidRecordException, and then proceeding with remaining file processing? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-Invalid