[jboss-dev-forums] [Design of Clustering on JBoss] - Re: JBCLUSTER-206 - Extract HB/JBC integration layer from EJ
bstansberry@jboss.com
do-not-reply at jboss.com
Thu Aug 7 12:47:20 EDT 2008
Only other comment is on the hibernate.treecache.querycache.local.writes.only, which only affects things if the cache region is StandardQueryCache. (Correctly so, as the use of that class in the region name is what lets us know its a query region.) Function of the property is basically to turn off the local-writes behavior if the user knows it's safe.
Perhaps the property name should be hibernate.treecache.stdquerycache.local.writes.only or hibernate.treecache.standardquerycache.local.writes.only to reflect the fact that the property has a very limited scope.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169355#4169355
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169355
More information about the jboss-dev-forums
mailing list