[jboss-user] [JBoss Seam] - Help!!! Seam with Hibernate Search problem
ljp19820721
do-not-reply at jboss.com
Thu Oct 25 01:56:49 EDT 2007
Help!!!
I use seam1.2.1 and Hibernate Search3.0GA .The server is GlassfishV2.
I have saw the FullTextSession source code. And the "createFullTextQuery"
method is exactly exist.
Caused by: java.lang.NoSuchMethodError: org.hibernate.search.FullTextSession.createFullTextQuery(Lorg/apache/lucene/search/Query;[Ljava/lang/Class;)Lorg/hibernate/search/FullTextQuery;
at org.hibernate.search.jpa.impl.FullTextEntityManagerImpl.createFullTextQuery(FullTextEntityManagerImpl.java:61)
at com.feelingmobile.mobilestore.session.SearchBean.searchQuery(SearchBean.java:148)
at com.feelingmobile.mobilestore.session.SearchBean.updateResults(SearchBean.java:158)
at com.feelingmobile.mobilestore.session.SearchBean.doSearch(SearchBean.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.enterprise.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1067)
at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:176)
at com.sun.ejb.containers.BaseContainer.invokeBeanMethod(BaseContainer.java:4005)
at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:483)
at com.sun.ejb.Invocation.proceed(Invocation.java:498)
... 95 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098658#4098658
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098658
More information about the jboss-user
mailing list