Hello.
Well I was thrilled by this.
The application allows the admin to assign strings to another user, he can select even thousands of rows and do the assignment, then suddenly it blew up with this exception:
Bonjour IM with Gustavo Pizano <pizano@xloc2>9/17/09 11:29 AM
Sep 17 11:19:00 XWSLocalizer[45879] WARN NSLog - <er.ajax.AjaxRequestHandler>: Exception occurred while handling request:
com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCChannel method failed to update row in database
[2009-9-17 11:19:0 CEST] <WorkerThread8> com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- com.webobjects.jdbcadaptor.JDBCChannel method failed to update row in database
at com.webobjects.eoaccess.EODatabaseContext._exceptionWithDatabaseContextInformationAdded(EODatabaseContext.java:4504)
at com.webobjects.eoaccess.EODatabaseContext.performChanges(EODatabaseContext.java:6216)
at com.webobjects.eocontrol.EOObjectStoreCoordinator.saveChangesInEditingContext(EOObjectStoreCoordinator.java:376)
at com.webobjects.eocontrol.EOEditingContext.saveChanges(EOEditingContext.java:3192)
at er.extensions.eof.ERXEC._saveChanges(ERXEC.java:981)
at er.extensions.eof.ERXEC.saveChanges(ERXEC.java:903)
I thought it could be problem of the EC, but then after doing a save() right after the modifications to the EO, and waiting a lot of time, the app blew up again, and check the log and saw the last EO that was trying to be submitted, and there it was, a (command symbol) like the btu I forgot how to type it. .:P.. hten I did a try and try to assign a string that cintained an arrow symbol and immediately the app crash.
I dunno what I haven't configured properly,. I have in the properties file, er.extensions.ERSApplication.DefaultEncoding=UTF-8 and the database as UTF 8 also,
what can be wrong?
Thanks
Gustavo