Re: JDBCChannel method failed to update

2006-07-26 Thread Anjo Krank
Am 27.07.2006 um 04:31 schrieb Corin Lawson: I have removed locking from all but the primary key from the entity and this has remedied the problem. But I am concerned that this is not correct and may cause other problems. It is not possible for the this error to be handled by the user beca

Re: JDBCChannel method failed to update

2006-07-26 Thread Corin Lawson
Hi, Thanks to everyone who replied. I have removed locking from all but the primary key from the entity and this has remedied the problem. But I am concerned that this is not correct and may cause other problems. It is not possible for the this error to be handled by the user because it oc

Re: JDBCChannel method failed to update

2006-07-25 Thread Jonny Meijer
I have seen such an exception most often when there was locking on a timestamp attribute. The exception would happen because of an issue with the precision, I think. Regardless, the solution was to remove locking on that attribute. Jonny On Jul 25, 2006, at 12:06 PM, Randy Wigginton wrot

Re: JDBCChannel method failed to update

2006-07-25 Thread Randy Wigginton
I've seen this when I have (accidentally) marked attributes to lock, and the attribute is nullable (and null in the case in question). I wish the default was to NOT lock attributes that are nullable. On Jul 25, 2006, at 10:50 AM, Kieran Kelleher wrote: Log out the exception.userInfo() dicti

Re: JDBCChannel method failed to update

2006-07-25 Thread Kieran Kelleher
Log out the exception.userInfo() dictionary to see what the actual error message was that the database server returned. On Jul 25, 2006, at 4:20 AM, Corin Lawson wrote: Hi List, As volume has increased on our woapp so has the occurrence of this particular error, below. I am using WO 5.2.4

Re: JDBCChannel method failed to update

2006-07-25 Thread Guido Neitzer
On 25.07.2006, at 10:20 Uhr, Corin Lawson wrote: com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCChannel method failed to update row in database Looks like an optimistic locking problem. Two reasons I'm currently

Re: JDBCChannel method failed to update

2006-07-25 Thread shaun
Hi, Corin Lawson wrote: Hi List, As volume has increased on our woapp so has the occurrence of this particular error, below. I am using WO 5.2.4 with MySQL 5.0. com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCCha

JDBCChannel method failed to update

2006-07-25 Thread Corin Lawson
Hi List, As volume has increased on our woapp so has the occurrence of this particular error, below. I am using WO 5.2.4 with MySQL 5.0. com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCChannel method failed to upda