Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0.5
Name and version of the database you are using: Oracle 9i
Dears,
I just didn't want to post the whole code as it is already copy and paste from "Hiberante in Action" book.
I'm just wondering how come I get:
Error commit: Session is closed
in the method commitTransaction, even after passing & checking
if ( tx != null && !tx.wasCommitted() && !tx.wasRolledBack )
All my code is getting a row from db with id, and update a column in it, and it works fine, but when before I render the page and I want to commit transaction, I get this error.
Thanks in advance.