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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira