[jboss-user] [JBossCache] - Re: TreeCache/Hibernate/JBossAS optimistic locking problem

steve.ebersole@jboss.com do-not-reply at jboss.com
Tue Jul 11 09:43:21 EDT 2006


My guess is that you are seeing a manifestation of http://opensource.atlassian.com/projects/hibernate/browse/HHH-1796

There is absolutely no way that Hibernate would apply a DataVersion to a *query cache* region, as they logically should have no versioning info at all.  Thus we use null DataVersion, which my testing (within the Hibernate test suite) shows is perfectly valid.

writeLoad() pushing a null into the DataVersionAdapter.previousVersion should be fine...

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

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



More information about the jboss-user mailing list