JBoss « Search « JPA Q&A





1. JBoss 4.2.3 and hibernate search    coderanch.com

I am having problems in getting hibernate search to work in our development environment. We deploy ejb and war on separate servers to allow decoupling in development. The problem i am having is I cannot get hibernate search to work and it causes the following exception java.lang.NoSuchMethodError: org.hibernate.search.FullTextSession.createFullTextQuery(Lorg/apache/lucene/search/Query;[Ljava/lang/Class Lorg/hibernate/search/FullTextQuery; When i bundle the hibernate annotation, entity manager, commons annotation (versions 3.3.0) ...