I get the above message while using logging in a Hibernate program.
The message is java.lang.NoClassDefFoundError: Could not initialize class
org.hibernate.validator.ClassValidator.
I have all the jar files, namely, ejb3-persistence, hibernate3, hibernate.cfg,
hibernate-annotations, hibernate-commons-annotations, hibernate-entitymanager and hibernate-validator in both classpath and
Tomcat lib file.
What could be the reason.