http://github.com/emmanuelbernard/hibernate-validator/commits/failFast

What do you guys think?

The idea is to stop a the first failure.
You can enable that :
 - by property
 - at config time
 - when the Validator is created

Look at 
http://github.com/emmanuelbernard/hibernate-validator/blob/failFast/hibernate-validator/src/test/java/org/hibernate/validator/test/engine/failFast/FailFastTest.java
 
for code examples.

Emmanuel


_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to