I have a model where object A contains several objects B, and an object C that references some of
those B objects that are contained in A.
When I now delete some B objects from A (that are referenced by C), I get an
"ObjectNotFoundException: Object OID671 not found (temporary = false)" when I try to access the
reference in C.
The problem is that from there on I don't know how to solve that exception. Even calling the set
method of C throws that Exception, so it can't be corrected anymore.
Or do I miss something?