2 Replies Latest reply on Jul 25, 2006 10:50 AM by dhartford

    Audit Log implementation for EJB3 persistence

    dhartford

      Hey all,
      I read through section 5.1 of the entity manager documentation regarding Entity Listeners (http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/index.html)

      And also an open issue here related to this topic -
      http://opensource.atlassian.com/projects/hibernate/browse/EJB-46

      And related posts:
      http://www.hibernate.org/318.html
      http://www.hibernate.org/48.html
      http://forum.springframework.org/archive/index.php/t-10512.html

      The question is, has anyone implemented reliable Audit Logging for EJB3 persistence (i.e. old value, new value, date of change, name of individual/entity causing change) in a relatively generic way?

      Thanks,
      -D