|
The root problem is in TypeSafeActivator#activate where the code tries to retrieve the ValidatorFactory from the map retrieved via ConfigurationService.getSettings. However, the factory is never added to this map (or not anymore). The question is whether it should be added to this map or whether there is another way to get hold of the factory instance.
Integration code wise the factory gets set via EntityManagerFactoryBuilder#withValidatorFactory.
|