Re: strange EO error
Re: strange EO error
- Subject: Re: strange EO error
- From: Chuck Hill <email@hidden>
- Date: Thu, 15 Sep 2005 10:55:40 -0700
That means the row you are trying to delete is not in the database.
Either it has been deleted, or one of the locking attributes is not
matching. Locking on decimal values not associated with BigDecimal
in your application and locking on timestamps can sometimes cause
this. Turn on SQL logging, and run the SQL that causes this in an
SQL interpreter. Remove the elements from the WHERE clause one by
one until you find the one that is preventing it from matching an
existing row.
Chuck
On Sep 15, 2005, at 2:14 AM, Amedeo Mantica wrote:
I got this error SOMETIMES when I try to save my editing context
Can anyone help me?
Thanks
Error: com.webobjects.eoaccess.EOGeneralAdaptorException:
deleteRowDescribedByQualifierEntity --
com.webobjects.jdbcadaptor.JDBCChannel: method failed to delete row
in database
Reason: deleteRowDescribedByQualifierEntity --
com.webobjects.jdbcadaptor.JDBCChannel: method failed to delete row
in database
Stack trace:
File Line# Method Package
EODatabaseContext.java 4685
_exceptionWithDatabaseContextInformationAdded
com.webobjects.eoaccess
EODatabaseContext.java 6393 performChanges
com.webobjects.eoaccess
EOObjectStoreCoordinator.java 415
saveChangesInEditingContext com.webobjects.eocontrol
EOEditingContext.java 3223 saveChanges
com.webobjects.eocontrol
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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