1. Envers configuration with hibernate.cfg.xml stackoverflow.comI 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.comI 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.orgI 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.orgHi, 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 ... |