Re: What it means

2012-01-23 Thread Ramsey Gurley
Looks like it might be an optimistic locking exception. Make sure you are using an auto-locking editing context (EOEditingContext ec = ERXEC.newEditingContext()) and that you don't have columns locked that shouldn't be (date time columns on MSSQL for instance). Ramsey On Jan 23, 2012, at 6:00

What it means

2012-01-23 Thread murali
while updating the status with in AjaxModalDialog and click on save button got the follwing exception.Can any one suggest me wht's the problem -- com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCChannel method failed to upd