1 Reply Latest reply on Aug 20, 2008 3:57 AM by adamw

    Envers under Tapestry-Hibernate

    nachokb

      Is it possible to use Envers using Tapestry's Hibernate integration [1]. It does not use Hibernate's Entity Manager, although it has an "HibernateEntityPackageManager" which governs entities' lifecycle...

      Thanks in advance,

      nachokb

      [1] http://tapestry.apache.org/tapestry5/tapestry-hibernate/

        • 1. Re: Envers under Tapestry-Hibernate
          adamw

          Hello,

          as long as you set the listeners, all should work fine (Envers works both with pure Hibernate and Hibernate EM). You'll only need access to a Session/EntityManager object, to obtain a VersionsReader. If you test it, let me know if all went well.

          Adam