-
Bug
-
Resolution: Done
-
Major
-
None
-
1.1.0.Final
-
None
public Validator call() throws Exception { if (getBeanManager().getServices().contains(ValidationServices.class)) { // This should probably be getBeanManager().getServices().get(ValidationServices.class)..... return Container.instance().services().get(ValidationServices.class).getDefaultValidatorFactory().getValidator(); } else { throw new IllegalStateException(VALIDATION_SERVICE_NOT_AVAILABLE); } }