Juan that was a big help. Finally it seems to work with downgraded 
Hibernate (3.6.3) and additional dependencies:
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<!--version>1.0.0.GA</version-->
<version>${javax-validation.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<!--version>1.0.0.GA</version-->
<version>${javax-validation.version}</version>
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<!--version>1.0.0.Final</version-->
<version>${hibernate-jpa.version}</version>
</dependency>
<!-- jsr 303 (javax.validation) provider-->
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-core</artifactId>
<!--version>0.3-incubating</version-->
<version>${bval.version}</version>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr303</artifactId>
<!--version>0.3-incubating</version-->
<version>${bval.version}</version>
</dependency>

Thank you very much Juan! And good luck to jett!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/xeW9sclR98cJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to