3 Replies Latest reply on Jun 10, 2017 12:54 PM by joao.santana

    JDBCItemReader/Writer Exception Handler

    joao.santana

      I noticed that jdbcitemwriter uses batch insertion ... ok! its great!

       

      I need to check the different types of exceptions thrown during insertion ... how do I do this?

       

      All errors are being considered as java.sql.BatchUpdateException.

       

      I want to configure retryable-exceptions-class and skipable-exception-class according to different errors: contraints errors PK, UK, FK, connection errors as socket ...