| Anonymous | Login | Signup for a new account | 11-04-2025 03:47 PST | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 3.1.13 | Product Version | 3.1.12 | ||||
| Product Build | |||||||||
| 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()  | 
||||||||
| Steps To Reproduce | |||||||||
| 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.  |