Results 1 to 2 of 2

Thread: Is fail fast mode supported by Spring validation, or is this Hibernate specific?

  1. #1
    Join Date
    Jul 2009
    Posts
    12

    Default Is fail fast mode supported by Spring validation, or is this Hibernate specific?

    8.2. Fail fast mode

    I'm looking for where I might configure this option in Spring, but I'm not sure this is a part of JSR 303 so much as it is a Hibernate configuration for their own validator implementation. This is important because if I have multiple constraint violations I only want the first one "thrown".

  2. #2
    Join Date
    Jul 2009
    Posts
    12

    Default

    Quote Originally Posted by hal10001 View Post
    8.2. Fail fast mode

    I'm looking for where I might configure this option in Spring, but I'm not sure this is a part of JSR 303 so much as it is a Hibernate configuration for their own validator implementation. This is important because if I have multiple constraint violations I only want the first one "thrown".
    Nobody can offer any insights on this? Or at least give me an indication of a better place to ask?

Tags for this Thread

Posting Permissions

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