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.
|
| ||||
|
feedback
|
|
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. | |||
|
feedback
|