1 Reply Latest reply on Aug 31, 2015 7:39 AM by vata2999

    Envers insert null objects to AUD

    vata2999

      Hi,

       

      I'm trying to add Envers 3.6.10Final to myproject which contains Hibernate 3.6.10Final and Seam 2.2 . after I insert an Entity envers only inserts revtype and revinfo and the rest of columns remain null.

       

      insert into revinfo (timestamp, ipAddress, username, id) values (?, ?, ?, ?)
      15:17:30,924 INFO  [stdout] (http-localhost/127.0.0.1:8443-1) Hibernate: insert into memotype_AUD (REVTYPE, memo_type_id, REV) values (?, ?, ?)
      

       

      I couldn't find anything wrong in my configuration .  is this a bug ?