BeanValidator is currently using javax.validation.ValidatorFactory returned by javax.validation.Validation.buildDefaultValidatorFactory() and I haven’t found a way to affect the configuration of the ValidationFactory that is returned by that call. Am I missing something? Configuring a ValidationFactory is not the issue here, but to get BeanValidator to use the configured factory. I’m sure someone has had this issue before.
Using Spring, Hibernate, Vaadin for what its worth