[jboss-user] [JBoss Seam] - Re: NoSuchMethodFound createFullTextQuery()

momochone11 do-not-reply at jboss.com
Fri Aug 17 17:49:41 EDT 2007


I also have tried this method

anonymous wrote : public void testSessionWrapper() throws Exception {
  | 		FullTextSession s = Search.createFullTextSession((org.Hibernate.Session)getEntityManager().getDele
  | gate());
  | 		QueryParser parser = new QueryParser( "title", new StopAnalyzer() );
  | 
  | 		Query query = parser.parse( "summary:noword" );
  |     
  |     FullTextQuery hibQuery = s.createFullTextQuery( query, Location.class);
  | 	}

and still say, no such method.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075386#4075386

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075386



More information about the jboss-user mailing list