0 Replies Latest reply on Sep 20, 2013 9:25 AM by grawian

    Hibernate search fulltextentitymanager active transactions

    grawian

      Hi,
      I'm using seam 2.2.2 final with jboss as 6.1.0 final. Everything was working great but after implementing hibernate search 3.4.2 final my entitymanager changes to fulltextentitymanager and i've got an error:

       

      Exception calling component @Destroy method: entityManager: java.lang.IllegalStateException: attempting to destroy the persistence context while an active transaction exists (try installing <transaction:ejb-transaction/>)

       

      if i call close() method on entitymanager every time i use it it will probably be ok, but that was working good before i add hibernate search libs. How can i fix it ?