[jboss-user] [JBossCache] - Re:

spennec do-not-reply at jboss.com
Wed Nov 14 07:05:40 EST 2007


Here's what's happenning at the moment:

A transaction:
- put some data in the cache.

Another transaction: 
- modify its definition -> remove() is called
- update its value -> put() is called with the new value

The problem is that if I call get() on that node between the remove() and the put(), I still obtain the old value, but shouldn't I obtain null??

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

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



More information about the jboss-user mailing list