I am trying to use Envers for implementing Audit trails. It's creating the audit table Person_AUD and entering the audit data as well. But, when I try to add custom fields that are updated by Envers, nothing happens.

link|improve this question
feedback

1 Answer

I'm assuming you've tried what the manual said to do?

http://docs.jboss.org/envers/docs/index.html#revisionlog

I annotated my RevisionEntity with @RevisionEntity(MyRevisionListener.class), but the newRevision(Object revisionEntity) method in that class is never called, so I'm just as lost as you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown