Hello everyone,
I am having a problem with Hibernate search, basically I am getting the "org.hibernate.HibernateException: Lucene event listener not initialized
" as soon as i try to index anything
I am using Jboss 4.2.1, and the latest jars for hibernate-core, Search and Annotations i do not have the event listener properties set in my persistence.xml because for one the hibernate search tutorial does not say i need to set them also if i do put them in i get the "missing method" error
I have tried to replace the hibernate annotations jar in the jboss lib directory and replace it with the hibernate-commons-annotations jar but the jboss container does not load tons of errors happen mostly with loading the persistence unit,
so basically what is the correct way to implement this which jars do i need to include in my project and which ones do i need to remove in the jboss directory or which ones to add there.
any help is appreciated
jeff
|