I got work that apache bval thingy, it just must be listed BEFORE openjpa.
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr303</artifactId>
<version>0.2-incubating</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-all</artifactId>
<version>2.0.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
--
View this message in context:
http://openjpa.208410.n2.nabble.com/JSR-303-Bean-validation-implementation-tp5756597p5757758.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.