Re: [hibernate-dev] Re: [BV] Support for constraints by groups

2009-05-27 Thread Emmanuel Bernard
Hardy I was wrong during our IM discussion, @GroupSequence is local to the class. @GS on a superclass is ignored as the Superclass group is part of the Class group. See http://opensource.atlassian.com/projects/hibernate/browse/HV-164 I think I have clarified most things. Please go implement

[hibernate-dev] Re: [BV] Support for constraints by groups

2009-05-27 Thread Emmanuel Bernard
On May 27, 2009, at 15:41, Hardy Ferentschik wrote: On Tue, 26 May 2009 16:57:11 +0200, Emmanuel Bernard > wrote: # background When validating a specific group(s), Bean Validation expends the group into a sequence of groups to be validated (because a group can be a group sequence really).

[hibernate-dev] Re: [BV] Support for constraints by groups

2009-05-27 Thread Hardy Ferentschik
On Tue, 26 May 2009 16:57:11 +0200, Emmanuel Bernard wrote: # background When validating a specific group(s), Bean Validation expends the group into a sequence of groups to be validated (because a group can be a group sequence really). Depending on how clever the implementation is, it coul