Results 1 to 4 of 4

Thread: exception barrier?

  1. #1
    Join Date
    May 2008
    Posts
    9

    Default exception barrier?

    Hello I am new in Spring Batch and I would like know if the Spring Batch has several type of exception barrier.

    Thank you

  2. #2

    Default

    Could you elaborate on what you mean by the "exception barrier"?

  3. #3
    Join Date
    May 2008
    Posts
    9

    Default

    Sorry, I will try to make me understand...

    I mean that if Spring Batch has an internal mechanism so that the developer does not have to monitor each and every one of the exceptions that can be launched.

    Thank you

  4. #4
    Join Date
    Dec 2006
    Posts
    1,061

    Default

    I'm a bit confused as well. I don't understand what you mean by 'monitor each and every exception'. I can only guess that you mean monitor them so that only fatal exceptions (i.e. exceptions that should cause the job to fail) are thrown. We call this type of functionality 'skip', since ignoring a failure causes a record to be skipped. You can find more information on how to set this up in the reference documentation:

    http://static.springframework.org/sp...n.html#d0e3747

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •