[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] [CDO] ObjectNotFoundException

Hello.

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?


Regards,
Kai