Re: [hibernate-dev] JSR-303 bean validation with Spring does not kick in

2014-02-23 Thread Gunnar Morling
Hi Abhijit, This mailing list is for discussions around the development of the Hibernate projects. Given your question is around the integration of Hibernate Validator into the Spring framework, you're better off to ask in the Spring user forums. But looking at your repository, you seem to have s

[hibernate-dev] JSR-303 bean validation with Spring does not kick in

2014-02-22 Thread Abhijit Sarkar
Hi, I've configured a JSR-303 custom validator following what's given in the docs ( http://docs.spring.io/spring/docs/4.0.x/spring-framework-reference/html/validation.html), complete with LocalValidatorFactoryBean and Hibernate validator on the classpath. However, my validator just refuses to kick