2 Replies Latest reply on Jan 3, 2009 12:39 AM by samdoyle

    Nested conversations and extended persistence context question

    samdoyle

      I have a long-running conversation but wish to start a new nested conversation when a user selects an item from a list. The original conversation is using manual flush. I was hoping a nested conversation would get a new fresh session but it appears that is not the case. Looking at the session statistics I see that the same amount of entities contained within the session that is accessed in the method annotated with



      @Begin(nested = true, flushMode = FlushModeType.MANUAL)



      What do I need to do to achieve this?


      Thanks in advance.