From: Mark W. <mor...@al...> - 2002-08-27 01:26:57
|
Hi all... I'm having a problem with Session.update(). After performing a Session.save() on an object, I change one property and call Session.update() on it. The save goes through ok, but the update results in: Aug 26, 2002 6:20:23 PM cirrus.hibernate.helpers.JDBCExceptionReporter logExceptions WARNING: SQL Error: 1747, SQLState: 42000 Aug 26, 2002 6:20:23 PM cirrus.hibernate.helpers.JDBCExceptionReporter logExceptions SEVERE: ORA-01747: invalid user.table.column, table.column, or column specification How is this possible given that it just saved the object correctly? Any help would be appreciated. I'm using Hibernate 1.1b9. BTW Gavin, the new Sesison.save() works like a charm! Thanks, -Mark |