Hibernate version: 3.2.2 GA
Full stack trace of any exception that occurs: None
Name and version of the database you are using: DB2 7.2.005
Hi All,
I am having a weird problem while runing a j2ee application on Websphere App Server 6.0.2.17 which uses hibernate 3.2.2 GA for persistence aganist a DB2 7.2.005 database using type driver.
While committting a transaction in a SLSB method, I can view the inserts and update statements being executed by hibernate in the log. But on checking the data in the db I can see only the inserted records. So the transaction was committed successfully.
Yet the rows which were updated, does not reflect the new information, as if the updates never occurred at all.
Please advise.
Thanks.
|