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. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829263#3829263 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829263 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
