Gunnar wrote:
As Bean Validation / Hibernate Validator is not part of Java EE 5, you can simply add the latest version to your deployed application.
--Gunnar
Unfortunately that is not possible. Tried using hibernate-validator-4.1.0.Final.jar and that version of validator expects javax.validation.Payload, a JEE 6 class that did not exist in JEE 5.
So I still need a version of validator that is compatible with JEE 5. Where do I find it?
This is very troubling. If Hibernate has given up supporting even one version back from the current JEE, then it is no longer viable for enterprise applications. Or is it perhaps an inadvertent messup?