2 Replies Latest reply on Dec 11, 2006 2:51 AM by saho

    Any way to save the current Transaction and make commit in o

      Hi everybody,
      Are there any way to save the current Transaction and make commit in other Thread (not the transaction starter) ?

      I have tried to save the status of TransactionManager,
      with suspend and resume, it works only in the same Thread(Transaction Starter) but doesn?t in other Thread.
      So which objects are needed to give this to another Process and make the commit TransactionManager and the Transaction ?
      Are there any workaround to do this?


      TreeCache Configuration :
      TransactionManager: DummyTransactionManagerLookup
      IsolationLevel: REPEATABLE_READ
      CacheMode : REPL_ASYNC

      Thanks
      for any help