[jboss-user] [JBossCache] - Re: Threading Bug in PojoCache?

jason.greene@jboss.com do-not-reply at jboss.com
Tue Apr 24 09:22:46 EDT 2007


If you look at line 165:

  |    result = pCache_.getObject(new Fqn(fqn_, field.getName()));
  | 

The problem is occurring on the lookup of a field, which has a different PojoInstance then the one you are seeing in AdvisedPojoHandler. So this means that the pojo reference for whatever field you were acessing existed before it's actual internal node.

Are you using optimistic locking?  Also are you using transactions? 

-Jason



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

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



More information about the jboss-user mailing list