1 Reply Latest reply on Mar 1, 2013 2:31 PM by adamw

    Audit record inserted with null values when the entity in the session is a proxy

    srjy9b

      We are using hibernate 4.1.9 with envers version 4.1.9 for auditing.

       

      We have noticed some audit records being inserted with all null values (except for the ID).

       

      During debugging we noticed that this was happening for Entity instances which are Javassist proxies and the DirectPropertyAcessor was not able to retrieve the values of the fields.

       

      Has anyone else faced this problem?