hi!
i'm trying to use Hibernate Search with following componets:
JBoss 4.0.5.GA
Seam 1.2.1.GA
Hibernate Annotations 3.3.0.GA
Hibernate 3.2.3
Hibernate EntityManager 3.3.1.GA
Hibernate Search 3.0.0.Beta1
with following error:
17:19:29,991 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:ear=testproj.ear,unitName=testproj
State: FAILED
Reason: 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 Depend On:
jboss.jca:service=DataSourceBinding,name=testprojDatasource
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:ear=testproj.ear,unitName=testproj
State: FAILED
Reason: 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 Depend On:
jboss.jca:service=DataSourceBinding,name=testprojDatasource
can anybody help me to solve this issue?
|