[jboss-user] [JBossCache] - Re: Hibernate Entity+Query cache with INVALIDATION_SYNC and

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Nov 28 12:04:35 EST 2006


The lack of data versioning makes this unreliable as you may invalidate remote data, which may be newer than the data you're inserting on your node  due to race conditions.

optimistic locking provides data versioning which gets you around this.

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

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



More information about the jboss-user mailing list