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 solved the problem
yourself in between anyways.

--Gunnar






2014/2/23 Abhijit Sarkar <abhijit.sar...@gmail.com>

> 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
>
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to