Issue Type: Bug Bug
Affects Versions: 1.1.0.Beta2
Assignee: Unassigned
Components: spec-general
Created: 21/Jan/13 10:34 AM
Description:

Section 4.6.2 currently says:

For a given group, the validation routine applied to validate parameters of a method or constructor is expected to execute the following constraint validations in no particular order:

  • for all reachable parameters, execute all parameter validations (including the ones expressed on interfaces and superclasses) matching the targeted group unless the given validation constraint has already been processed during this validation routine for a given navigation path (see Section 4.6.1, "Object graph validation") as part of a previous group match.

Since constraints from supertypes/interfaces are considered only for methods but not for constructors, we should change that to something like (and similar to the following bullet points):

  • for all reachable parameters, execute all parameter validations (for methods including the ones expressed on interfaces and superclasses)
Fix Versions: 1.1.0.next
Project: Bean Validation
Priority: Major Major
Reporter: Gunnar Morling
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira