2 Replies Latest reply on Dec 9, 2014 7:03 PM by ma6rl

    JCR Session not seeing changes made on a different thread when using ModeShape 4.1.0.Final

    ma6rl

      I updated from 4.0.0.Final to 4.1.0.Final this morning and a number of my unit tests have started failing.

       

      The problem appears to be the changes made in session b on a different thread are no longer visible to session a. Below is the sequence of events:

       

      session a created

      JTA transaction started

      session a creates node

      session a saves node

      JTA transaction committed

      session b created

      JTA transaction started

      session b updates node

      session b saves

      JTA transaction committed

      session a gets node

      session a sees old version of node prior to session b's changes

       

      This has been working fine since Alpha1. Is this an expected change and or should I raise an issue in JIRA?

       

      Thanks.