[hibernate-issues] [Hibernate-JIRA] Created: (BVAL-248) Introduce order for propery constraints and allow to stop validation for first failing property constraint

Hardy Ferentschik (JIRA) noreply at atlassian.com
Tue Sep 27 11:27:36 EDT 2011


Introduce order for propery constraints and allow to stop validation for first failing property constraint
----------------------------------------------------------------------------------------------------------

                 Key: BVAL-248
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/BVAL-248
             Project: Bean Validation
          Issue Type: New Feature
          Components: spec-general
    Affects Versions: 1.0 final
            Reporter: Hardy Ferentschik


Atm it is very cumbersome to specify multiple constraint per property and stop validation (on a property level) for the first failing constraint. See also HV-462

Since the Java reflection API does not allow to reflect on the order of the specified constraints you would need to introduce an _order_ property for the constraints or some additional annotation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list