> so it tries to find the position of this (deleted) object in the HashSet
> and tries to work out the hashcode of the deleted object ... hence
> provoking an attempt to load the person id (since Person defines hashCode()
> as that). But the element is deleted hence the exception.

Forgot to mention; this only happens with datastore-id since with app-id the 
hashCode() uses the PK fields and they are obviously present hence no load of 
fields is required.



-- 
Andy  (DataNucleus - http://www.datanucleus.org)

Reply via email to