我正在尝试使用休眠将 Web 应用程序部署到 Jboss 4.3.2.GA,但我收到以下错误。
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)
我在 /WEB-INF 中有一个“jboss-web.xml”作为
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<loader-repository>
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config>
</loader-repository>
</jboss-web>
但我仍然有同样的错误