Springmodules 0.2 class org.springmodules.commons.validator.AbstractBeanVa lidator method validate(Object obj, Errors errors) contains a pretty annoying piece of code:
In case you have invalid validation.xml or validator-rules.xml or any other problem in commons validation you will never find it out because of this catch block. Everything works always just fine.Code:catch (ValidatorException e) { // todo: throw exception here }


Reply With Quote