• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Cannot delete object that has not been fetched from the database
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cannot delete object that has not been fetched from the database


  • Subject: Cannot delete object that has not been fetched from the database
  • From: "Ricardo J. Parada" <email@hidden>
  • Date: Tue, 07 Dec 2010 13:14:51 -0500


I have some of the to-many relationships set to cascade when the parent is deleted:

parent.delete();
parent.editingContext().saveChanges();

and that seems to trigger an exception as shown below.  Does this mean that I have to fault in the to-many relationships first?  Or am i doing something else wrong? :-)   I'm using Wonder.  Anyways, thanks for any guesses / advise.  

Caused by: java.lang.IllegalStateException: recordDeleteForObject: com.webobjects.eoaccess.EODatabaseContext com.webobjects.eoaccess.EODatabaseContext@488d12e4 failed to find a snapshot for EO with Global ID:_EOIntegralKeyGlobalID[ReportSpecificationColumn (java.lang.Integer)10297] that has been deleted from er.extensions.eof.ERXECer.extensions.eof.ERXEC@7daf3aa0. Cannot delete an object that has not been fetched from the database
at com.webobjects.eoaccess.EODatabaseContext.recordDeleteForObject(EODatabaseContext.java:4732)
at com.webobjects.eoaccess.EODatabaseContext.recordChangesInEditingContext(EODatabaseContext.java:5890)
at com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingContext(EOObjectStoreCoordinator.java:373)
at com.webobjects.eocontrol.EOEditingContext.saveChanges(EOEditingContext.java:3192)
at er.extensions.eof.ERXEC._saveChanges(ERXEC.java:1085)
at er.extensions.eof.ERXEC.saveChanges(ERXEC.java:1007)
at com.mpv.webcomponents.MPVWOSession.saveChangesWithUserMessages(MPVWOSession.java:579)
... 135 more

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Cannot delete object that has not been fetched from the database
      • From: Farrukh Ijaz <email@hidden>
    • Re: Cannot delete object that has not been fetched from the database
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: x-webobjects-request-id lacking uniqueness?
  • Next by Date: Re: Cannot delete object that has not been fetched from the database
  • Previous by thread: Re: 2010 videos?
  • Next by thread: Re: Cannot delete object that has not been fetched from the database
  • Index(es):
    • Date
    • Thread