|
Description:
|
I would like to be able to call AuditProcess.getCurrentRevisionData(session, true) in my application to save revinfo manually so that I can use the revinfo object in my application. However, right now if I did that instead, when AuditProcess.executeInSession(session) calls AuditProcess.getCurrentRevisionData(session, true), the session doesn't seem to contain my saved revinfo and session.contains(revisionData) returns false, resulting revinfo gets saved one more time in the database.
|