• How to resolve Loader Constraint violation

    Hi All,      I am deploying my web application - test.war on JBoss 6. After successful deployment when I try to log in I get following exception     complete request: org.springframewo...
    Profile Photo
    last modified by swapnil_narya
  • Hibernate envers not generate tables audit

    I have a problem with Envers, not work, not generate tables. I use version:   <dependency>    <groupId>org.hibernate</groupId>    <artifactId>hibernate-validator</...
    Profile Photo
    created by kuka11
  • How to audit master & details table information.

    Hi,        I am using hibernate 4.1.9 final.I have two tables master and details table.Primary key of master table is foreign key to details table. When I add record to master and details th...
    Profile Photo
    created by varun14
  • _aud table was not being filled with anything

    Hi, I have a problem with envers that _aud table was not being filled with anything.   Infrastructure : JBoss 5.1.0 Spring 3.2.5 Hibernate 3.5.3 hibernate-envers 3.5.3   I have set Audited on EO Class...
    Profile Photo
    created by yvc
  • Split audit tables into read-only and read-write

    I am looking into ways to save some space with our audit tables, which have accumulated a lot of rows with nearly identical information. We use MySQL and InnoDB tables, and table compression doesn't work very well bec...
    Profile Photo
    created by mcasperson
  • Envers not auditing properties in super class and couldn't put property to @NotAudited

    Hello,   I am using Envers version 3.6.10.   I have the following configuration :   public abstract class V{      protected string v;      protected A a; }...
    Profile Photo
    created by pinoit
  • Hibernate is reading DefaultAuditStrategy instead of ValidityAuditStrategy

    Hi All,   I'm currently working on Hibernate-envers 4.1.9-Final. In hibernate configuration file i defined the following properties for audit strategy          <prope...
    Profile Photo
    last modified by sandya2309
  • Auditing collection not working

    Hi,       I have two entity as follows   Class A public class A {        private Set<B> children = new HashSet<B>();     ...
    Profile Photo
    last modified by nick.sree
  • Load many-to-many relations.

    Hi,   I have an entity A with a many-to-many relation (with join table A-B) to entity B. I'm auditing only the A and A-B tables.   The problem is following: when loading the last revision of A, envers load...
    Profile Photo
    last modified by pawel09
  • is join two entities in audit query possible?

    Hi   Am using Envers version : 3.6.3.Final I wanted to join two audit tables having a one to many relationship, with criteria's to be passed on both the tables.   For eg: Event.java   @OneToMany(m...
    Profile Photo
    last modified by swetha.dts
  • Envers classloading problem (Jboss7 second instance from quartz)

    Ok, this will be extremely wired but I hope you can get through my problem:   I have a fully working jboss7 ejb3 application with envers revisioning. The application is running without problems and is registerin...
    Profile Photo
    last modified by tomsmith
  • Please look into this issue

    Hi   In SQLServer2005LimitHandler.java file in  fillAliasInSelectClause API in this class at line number 158 nextComa position is updating with alias name but the endpos variable is not updating at same ti...
    Profile Photo
    created by diwakar845
  • StackOverflowError : Can't save object with Envers

    Hi, I have a problem with Envers and auditing entities. I have an existing application which, unfortunately, isn't really well built, and I'd like to apply envers on it. Hibernate was already working properly.  ...
    Profile Photo
    last modified by sylflip
  • does hibernate shards work with sql azure shards(or federations as they are called)

    Hi   Does Hibernate shards work with SQL Azure Shards (or SQL Azure federations) as they are called?   Yours sincerely, Arvind.
    Profile Photo
    created by superbiva
  • table inheritance - postgresql & Hibernate

    Hi all,   Is any one used table inheritance in database with hibernate via JPA? If so, can you suggest for below use case   I have to update entity on parent table, for which I have to use 'only' keyword ...
    Profile Photo
    created by balaji.sengeni
  • How to configure envers to insert records only into audit tables but not into core tables in certain conditions?

    I have a business case - I get records with version ids and I have to maintain only latest version id records in the core tables and older versions in audit tables. With envers I can do that but I may not get the reco...
    Profile Photo
    created by penkic
  • Configure lazy loading in an envers query

    I need to search an entity for the date d, but i saw that envers returns me my object and charge also all the relationnal objects. My problem is that if i have for example 10000 results, i'm afraid the loading of this...
    Profile Photo
    last modified by desol4tion
  • How to make an initial snapshot of the audited entities?

    When an entity is first modified, if there is a relation to another entity that has not been modified yet, the audited entity can not reflect the relation to the original entity. Is there a whay to tell envers to mak...
    Profile Photo
    created by domingos
  • How to audit a table data which has add/update/delete operations inside a stored procedure.

    Hi All,     I am using Hibernate 4.1.9 final version.I have used evers to audit my data.It is working as expected.But the entity that I am auditing has insert/update/delete operations through stored procedu...
    Profile Photo
    last modified by varun14
  • Graphical User interface for Envers Tables?

    Hi All,   We have an application that contains roughly 80 tables, and we have enabled envers auditing tables, for these, however our support people, is having a hard time, reading the data in the Envers tables?...