Hi all,
I am trying to use tree-cache transactional feature, and it does not working as 
my expectation [perhaps i got it all wrong...]. any help would be appreciate. I 
will try to simplify the issue.
I start the cache with the following properties:
LOCAL
PESSIMISTIC
READ_COMMITED
(standalone or inside oc4j - both not working)

I have 2 theads: reader and writer. The reader runs in a loop that displays all 
the cache content. The writer start a transaction that puts 2 new nodes in the 
cache. I use debug to stop the writer after putting the 1st node (but before 
commit). and then i notice that the reader already knows of the existance of 
that new node. I expected the reader not to read that node till the commit (in 
the writer thread).

any help would be appreciate.
thanks.




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955009#3955009

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955009

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to