1 Reply Latest reply on Nov 19, 2008 10:41 PM by ericjava.eric.chiralsoftware.net

    Full text search ClassCastException: FullTextHibernateSessionProxy cannot be cast to SessionImpl

    ericjava.eric.chiralsoftware.net

      I have a strange situation.  I have an app that uses Hibernate full text search, and it works fine on my machine here, but on the deployment machine, I get:


      java.lang.ClassCastException: org.jboss.seam.persistence.FullTextHibernateSessionProxy cannot 
          be cast to org.hibernate.impl.SessionImpl



      whenever I try to do a full-text search.  I've seen another thread on this same problem but didn't see any conclusions.


      Any ideas what could be going on here?