|
Home > Archive > PostgreSQL JDBC > September 2005 > Re: JDBC error w/ WebObjects
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: JDBC error w/ WebObjects
|
|
| Ismael Perdido 2005-09-21, 8:24 pm |
| Hi there,
I am getting an error when I try to update or delete
rows in my postgreSQL table. I am using:
Eclipse
WO5.2
Postgres8.0 JDBC3
Hexdreams 1.2 plugin
The error message is horribly vauge:
com.webobjects.eoaccess. EOGeneralAdaptorExce
ption:
updateValuesInRowDes
cribedByQualifier --
com.webobjects.jdbcadaptor.JDBCChannel method failed
to update row in database
And I am able to both select and add rows without
difficulty. Any direction here would be greatly
appreciated.
Thanks and regards,
Ismael Jones
ismaelperdido@yahoo.es
____________________
____________________
______
Renovamos el Correo Yahoo!
Nuevos servicios, más seguridad
http://correo.yahoo.es
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly
| |
| Guido Neitzer 2005-09-22, 3:23 am |
| On 22.09.2005, at 2:34 Uhr, Ismael Perdido wrote:
> The error message is horribly vauge:
>
> com.webobjects.eoaccess. EOGeneralAdaptorExce
ption:
> updateValuesInRowDes
cribedByQualifier --
> com.webobjects.jdbcadaptor.JDBCChannel method failed
> to update row in database
Do you have a stacktrace for that? Is it perhaps an optimistic
locking failure? Do you have timestamps in the updated table that are
used for locking (this causes problems sometimes).
Have you tried the Wonder plugin? There are many fixes and cool
things in current cvs release of the plugin. Drop me a line if you
need a binary for this.
cug
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
|
|
|
|
|