hmmm... should have looked at the issues first - sorry - will check out the
tests
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909874#3909874
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909874
--
The READ COMMITTED level is partially incorrect depending on what order read
and write locks are acquired by the transactions. The following code allows
uncommitted values to be seen (it is part of a junit test).
TreeCache cache =new TreeCache();
cache.setCacheMode(TreeC