envers « cfg « JPA Q&A





1. Envers configuration with hibernate.cfg.xml    stackoverflow.com

I am trying to use Envers to audit the updates/inserts into my tables. I have created audit tables with extension _AUDIT in the DB. But when I actually run the application, I ...

2. Envers configuration with hibernate.cfg.xml    coderanch.com

I am trying to use Envers to audit the updates/inserts into my tables. I have created audit tables with extension _AUDIT in the DB. But when I actually run the application, I dont see any entries in the audit tables. I even have no errors or exceptions thrown. Entries are being inserted into the main tables but the AUDIT tables are ...

3. Envers configuration with hibernate.cfg.xml    forum.hibernate.org

I am trying to use Envers to audit the updates/inserts into my tables. I have created audit tables with extension _AUDIT in the DB. But when I actually run the application, I dont see any entries in the audit tables. I even have no errors or exceptions thrown. Entries are being inserted into the main tables but the AUDIT tables are ...

4. Envers, hibernate.cfg.xml    forum.hibernate.org

Hi, Thanks for your reply, that looked rather obvious. I thought I had tried that a while back and didn't see the audit tables get created, but perhaps I didn't have it setup properly. Dumb question, since the Hibernate Session extends the JPA entity manager by providing additional functionality, can you still make use of JBoss Seam components that use the ...