Oracle doesn't commit when calling connection.commit()
mycoffeeAug 12 2011 — edited Aug 28 2011Hello all,
I begin a transaction as set auto commit false
conn.setAutoCommit(false);
Then after doing few insert, update ...
I call conn.commit(), if failed then rollback()
My application working fine in local using websphere and RAD
But when I deploy it to a Geronimo server, the connection doesn't commit for few hours
Please help
Thank you
-More info:
Oracle 10g
Geronimo server 2.0
They are both on the same server