You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/05/03 18:32:13 UTC

[jira] [Assigned] (CAMEL-9939) beanio - Add support for custom BeanReaderErrorHandler

     [ https://issues.apache.org/jira/browse/CAMEL-9939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reassigned CAMEL-9939:
---------------------------------------

    Assignee: Andrea Cosentino

> beanio - Add support for custom BeanReaderErrorHandler
> ------------------------------------------------------
>
>                 Key: CAMEL-9939
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9939
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-beanio
>            Reporter: Claus Ibsen
>            Assignee: Andrea Cosentino
>             Fix For: 2.18.0
>
>
> Allow to configure a BeanReaderErrorHandler on the configuration class. And then if set, then use that instead of creating one internally.
> That allows end users to do their own code what should happen.
> The default allows you to configure to ignore various errors
>     private boolean ignoreUnidentifiedRecords;
>     private boolean ignoreUnexpectedRecords;
>     private boolean ignoreInvalidRecords;
> http://camel.465427.n5.nabble.com/Camel-BeanIO-catch-and-ignore-InvalidRecordException-tp5762999.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)