Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000564 [Resin] block always 12-25-05 20:45 01-24-06 15:22
Reporter anonymous View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.18 Product Version 3.0.17
  Product Build
Summary 0000564: com.caucho.sql.UserConnection.isClosed() throws IllegalStateException when connection is closed
Description com.caucho.sql.UserConnection.isClosed() has this test in it (line 605)

return getMConn() == null || getConnection() == null || getConnectio().isClosed();

however, getMConn() throws an IllegalStateException rather than return null. Either getMConn() should be changed to return null, or the test in isClosed should be changed to mConn == null.

Steps To Reproduce
Additional Information We're currently running on resin 2.1.x and this is blocking us from upgrading to 3. Thanks.
Attached Files

- Relationships

- Notes
(0000772)
ferg
01-24-06 15:22

server/152m
 

- Issue History
Date Modified Username Field Change
12-25-05 20:45 anonymous New Issue
01-24-06 15:22 ferg Note Added: 0000772
01-24-06 15:22 ferg Assigned To  => ferg
01-24-06 15:22 ferg Status new => closed
01-24-06 15:22 ferg Resolution open => fixed
01-24-06 15:22 ferg Fixed in Version  => 3.0.18
01-24-06 15:22 ferg View Status @0@ => public


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker