[hibernate-issues] [Hibernate-JIRA] Created: (BVAL-57) Group sequence expansion and validation execution should be decoupled

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Nov 3 18:18:04 EST 2008


Group sequence expansion and validation execution should be decoupled
---------------------------------------------------------------------

                 Key: BVAL-57
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/BVAL-57
             Project: Bean Validation
          Issue Type: Bug
          Components: ri-general
            Reporter: Emmanuel Bernard
            Priority: Critical


Today if I try to validate 
validate(object, "a", "b")

where Object has a group sequence "a" = "c", "d"

The algorithm only validates c and stops if c has a violation.

According to the rules, it should validate (in no respective order:
 - c
 - b


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list