Hi All,
I am using Hibernate-search3.0GA.jar for the search and indexing.But
Attempt to start indexing gave an following exception:
Exception in thread "main" java.lang.VerifyError: (class: org/hibernate/search/event/FullTextIndexEventListener, method: onPostInsert signature: (Lorg/hibernate/event/PostInsertEvent;)V) Incompatible argument to function
at java.lang.Class.getDeclaredConstructors0(Native Method) ...
In our debugging we found,Some the following methods are gave problems(hibernate-search.jar)
onPostDelete()
OnPostInsert()
Thanks in advance for your help.
Regards
Isma
|