Re: [hibernate-dev] Compilation error

2009-02-24 Thread Emmanuel Bernard
My bad. Should be fixed now. On Feb 24, 2009, at 16:36, Alaa Mohsen wrote: Hello guys, We continuously update our copy of Hibernate Validator/Bean Validator API from the SVN. Our last update was a couple of minutes ago, and the project doesn't compile because org.hibernate.validatio

[hibernate-dev] Compilation error

2009-02-24 Thread Alaa Mohsen
Hello guys, We continuously update our copy of Hibernate Validator/Bean Validator API from the SVN. Our last update was a couple of minutes ago, and the project doesn't compile because org.hibernate.validation.engine.ConstraintTree refers to org.hibernate.validation.AmbiguousConstraintUsageExc

Re: [hibernate-dev] [BVAL-RI] Issue in MetaConstraint constructor

2009-02-24 Thread Hardy Ferentschik
On Tue, 24 Feb 2009 14:49:59 +0100, Alaa Mohsen wrote: Hello guys, We faced a problem with in-house constraints that were used to annotate classes (Target = ElementType.TYPE). When we debugged a little, we found out that the MetaConstraint constrictor that takes Type t sets the eleme

[hibernate-dev] [BVAL-RI] Issue in MetaConstraint constructor

2009-02-24 Thread Alaa Mohsen
Hello guys, We faced a problem with in-house constraints that were used to annotate classes (Target = ElementType.TYPE). When we debugged a little, we found out that the MetaConstraint constrictor that takes Type t sets the element type as ElementType.FIELD. I created issue HV-123