Anonymous | Login | Signup for a new account | 12-17-2024 08:32 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004926 | [Resin] | feature | always | 01-18-12 12:34 | 04-10-12 18:55 | ||||
Reporter | cowan | View Status | public | ||||||
Assigned To | alex | ||||||||
Priority | high | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.12 | ||||||
Summary | 0004926: Database commit/rollback on max-active-time timeout | ||||||||
Description |
When a Connection is over max-active-time, the Connection is closed without Commit or RollBack. Therefore Connection.Close is dependent on the specification of JDBC. In case of Oracle, it is Commit. If you can, I want Resin to change like below. Resin does Commit or RollBack before Connection.close depended on Connection#getAutoCommit(). In other words, in com.caucho.sql.ManagedConnectionImpl#destroy(), 1. check Connection.getAutoCommit() 2. do commit or rollback 3. PoolConnection#close() and Connection#close() |
||||||||
Additional Information |
Rep by T. Fukuda Customer requests change in Resin 3.1.x |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |