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 in. I've put up a
test project here (
https://github.com/abhijitsarkar/java/tree/master/spring-jsr-303), along
with a failing unit test. Should you decide to take a look, just clone it
and run
gradlew clean test
from the root directory.
I'm using Spring framework 4.0.2.RELEASE and Hibernate validator
5.0.3.Final.

Regards,
Abhijit
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to