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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...