[jboss-dev-forums] [Design of JBossCache] - Re: NPE in InvalidationInterceptor.getNodeVersion()
bstansberry@jboss.com
do-not-reply at jboss.com
Wed Feb 27 15:53:48 EST 2008
You know, DefaultDataVersion causes me all sorts of troubles -- always having to worry about obscure cases where it gets assigned to a node and then conflicts with the custom DataVersion types Hibernate uses. Seems like this is something that can be improved. Perhaps make the "default" DataVersion class configurable. I could then set it to use Hibernate's NonLockingDataVersion (always returns "false" to newerThan()) instead of DefaultDataVersion. It's then my responsibility to manage versioning.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132642#4132642
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132642
More information about the jboss-dev-forums
mailing list