Re: [hibernate-dev] [Bean Validation] Groups and Group sequence

2009-02-13 Thread Emmanuel Bernard
On Feb 13, 2009, at 12:02, Hardy Ferentschik wrote: 4. Should we consider group sequence as orthogonal to inheritance as described by Sebastian I am not sure what you really mean here. Was this discussed on the forum somewhere? This was discussed in the EG. Essentially the examples I

Re: [hibernate-dev] [Bean Validation] Groups and Group sequence

2009-02-13 Thread Hardy Ferentschik
On Wed, 11 Feb 2009 14:52:44 +0100, Emmanuel Bernard wrote: 1. Can an annotation declaration use a group sequence name? Initially I thought that a sequence was here for the sole purpose of: - redefinining the Default group of a class - a group defined and used at validation time ie va

[hibernate-dev] [Bean Validation] Groups and Group sequence

2009-02-11 Thread Emmanuel Bernard
On Feb 6, 2009, at 02:37, Sebastian Thomschke wrote: Also I could not find the answer in the spec for the following: @GroupSequence(sequence = {GroupA.class, GroupB.class} interface MyGroup extends GroupC, GroupD { } => my guess is, this is a group of GroupA,GroupB,GroupC,GroupD where GroupA