Jsr 303 (hibernation validator 4) and spring 2.5.x

How can I configure a Spring 2.5.x application to use JSR 303 validation (hibernate validator 4x)? I use Maven and upgrade the version of hibernate validator to 4.x, although when my Spring HibernateDaoSupport keeps the model annotated with restrictions, even if the object does not cope with the restrictions, I do not get an exception (for example, which was previously executed with the Hibernate 3x validator). Is additional configuration required?

+4
source share
1 answer

I used this great tutorial. Could be useful as a checklist?

+4
source

All Articles