I am trying to deploy a web application using hibernate to Jboss 4.3.2.GA but I am receiving following error.
Invocation of init method failed; nested exception is
org.hibernate.AnnotationException:
java.lang.NoSuchMethodException:
org.hibernate.validator.ClassValidator.<init>(
java.lang.Class,
java.util.ResourceBundle,
org.hibernate.validator.MessageInterpolator,
java.util.Map,
org.hibernate.annotations.common.reflection.ReflectionManager)
I have a "jboss-web.xml" in /WEB-INF as
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<loader-repository>
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</jboss-web>
but i am still having the same error