Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle doesn't commit when calling connection.commit()

mycoffeeAug 12 2011 — edited Aug 28 2011
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2011
Added on Aug 12 2011
18 comments
2,389 views