DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24678>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24678

DelegatingStatement.getResultSet() never returns null





------- Additional Comments From [EMAIL PROTECTED]  2003-11-13 15:02 -------
Additional info: If a DelegatingResultSet is created with the parameter 
ResultSet set to null it will be added to the DelegatingStatement's trace.

Upon closing the statement, close() of DelegatingResultSet calls _res.close() 
with _res == null. Another NullPointerException will be generated.

Instantiating a DelegatingResultSet with parameter ResultSet = null should be 
treated as an error.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to