Mantis - Resin
Viewing Issue Advanced Details
564 block always 12-25-05 20:45 01-24-06 15:22
anonymous  
ferg  
normal  
closed 3.0.17  
fixed  
none    
none 3.0.18  
0000564: com.caucho.sql.UserConnection.isClosed() throws IllegalStateException when connection is closed
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.

We're currently running on resin 2.1.x and this is blocking us from upgrading to 3. Thanks.

Notes
(0000772)
ferg   
01-24-06 15:22   
server/152m