4 Replies Latest reply on Feb 20, 2013 8:38 AM by ozhou

    checkout doesn't take effect within the same transaction when using Atomisok JTA transacation manager

    ozhou

      Hi,

       

      Recently I changed the transacation manager from DummyTransacationManager to Atomisok JTA transacation manager.

      I found my application throws a VersionException that say "cannot change property value if node is checked-in".

      The orginial code can work well with DummyTransacationManager.

       

      After debugging into the code, I found after calling VersionManager.checkout method, the node's cr:isCheckedOut property is still false.

      Do you have any idea for this issue?