Hardy Ferentschik commented on Bug HV-598

This is not really an issue of Hibernate Validator. javax.validation.Validation is part of the Bean Validation specification itself. The solution for your problem is to implement/provide a custom ValidationProviderResolver. Something like:

Validation.byDefaultProvider().providerResolver( new ACMEProviderResolver() ).configure().buildValidatorFactory();
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira