Dear All,
I'm trying to evaluate the
Hibernate Validator 5.0.0.Final with
Seam Validation 3.1.0.Final. I've found that the Seam Validation cannot be started as the following exception: -
Code:
Caused by: java.lang.NoClassDefFoundError: org/hibernate/validator/method/MethodValidator
at org.jboss.seam.validation.ValidationExtension$3.getBeanClass(ValidationExtension.java:270)
I'm looking at the Hibernate Validator 5.0.0.Final jar file and cannot find the MethodValidator.class as well. Regarding to the formal document for version 5.0.0.Final, it still mentions about the MethodValidator and Seam Validation project. I'm not sure which way I should move on. Could you please help to advise further? Thank you very much for your help in advance. I'm looking forward to hearing from you soon.