Quote:
Or is the error thrown from other conflicts?
No.
It is definitely due incompatibility between Hibernate Validator 4.0.1 GA and Hibernate entity manager 3.4.0 GA.
This because Hibernate Validator 4.0.1 GA is for usage with JPA2 standard (jpa-api.jar is version 2.0.Beta-20090815)
whilst Hibernate entity manager 3.4.0 GA is for usage with JPA1 standard (ejb3-persistence.jar)
Quote:
Is it possible to use both frameworks with the latest versions in the same time?
Not with the latest GA versions.
Hibernate Validator 4.0.1 GA should be compatible with Hiberante 3.5 which is currently in Candidate release status.