-
May 6th, 2008, 06:18 AM
#1
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
-
May 6th, 2008, 09:42 AM
#2
Could you elaborate on what you mean by the "exception barrier"?
-
May 6th, 2008, 09:54 AM
#3
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
-
May 6th, 2008, 11:04 AM
#4
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
-
Forum Rules