4 Replies Latest reply on Mar 1, 2013 2:27 PM by adamw

    JAB2Marshaller not marshalling Audited entities

    rockall81

      Hello,

       

         We extensively use spring jaxb2marshaller, recently added envers to our tech stack.

       

         The trouble we have is when marshalling (jaxbmarshaller->marashall (object graph, streamresult)) of @Audited entities the relational objects inside a entity turns out be null.

       

         The reason is because they relations objects seems to have _$$_javassit classes, with the handler rather than actual instances.

       

         Just wanted to know has anyone come across this scenario? how to address this issue?

       

         We are using envers 4.1.0.Final version with Oracle database.

       

      Thank you.