Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ 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 |
|
Status |
closed |
|
Product Version |
3.0.17 |
|
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.
|
Additional Information |
We're currently running on resin 2.1.x and this is blocking us from upgrading to 3. Thanks. |
|
Attached Files |
|
|