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 ?
I downgrade envers to 3.6.0.Final and it works.