Hi All, When used in the "Standalone" mode, does JBossCache support Distributed Transactions ? I am working on a prototype where I've 3-4 nodes using JBossCache. But I am running into issues when 2 clusters try to access the same Tree node. Although I've the access/update to the node wrapped within a transaction (DummyTransaction). The commit fails on both the nodes (because they timeout on waiting to aquire locks on the node).
I would understand if the commit on one of the nodes failed and the other goes through. But the fact that they both fail doesn't seem to make sense to me. Is this problem related to the fact that JBossCache doesn't support distributed deadlock detection. If so, what is the workaround ? Thanks in Advance, Arun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947115#3947115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947115 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
