1 Reply Latest reply on Apr 7, 2004 8:54 AM by ben.wang

    Distributed Transaction Blocking -SyncTxUnitTestCase

    arojo

      I've executing "testConcurrentPuts()" Junit test at org.jboss.test.cache.test.replicated.SyncTxUnitTestCase.

      The transaction manager blocks Thread2 until Thread1 commit. This example works fine if both thread work over the same TreeCache instance but it doesn't block if Thread1 works over cache1 and Thread2 over cache2, even they belong to the same JGroup.

      Does anyone know if is it possible to configure the Transaction Manager to block access over a distributed TreeCache instance?.

      Thank in advance.