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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
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. |
|||
|
|
|
I have a similar question here If your problem is the same, it is because the expected column names have changed. |
|||
|
|