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?
source share