Mathieu Lachance commented on Bug HV-623

Yes Gunnar I'm using the validate method as followed :

HibernateValidatorConfiguration configuration = Validation.byProvider(HibernateValidator.class).configure();
ValidatorFactory factory = configuration.failFast(true).buildValidatorFactory();
Validator failFastHibernateValidator = factory.getValidator();
failFastHibernateValidator.validate(new IntegerSettingValue());

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