I have read this and this, but that didn\'t help...
I am using hibernate validator with the following versions/dependencies:
Add this in spring-servelt.xml
<beans:bean id="validator" class="org.springframework.validation.beanvalidation.LocalValidatorFactoryBean"> </beans:bean>
and following jars
then all will work fine.
Happy to help...