https://bz.apache.org/bugzilla/show_bug.cgi?id=59850

            Bug ID: 59850
           Summary: StatementCache interceptor does not seem to close
                    ResultSets
           Product: Tomcat Modules
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: jdbc-pool
          Assignee: dev@tomcat.apache.org
          Reporter: julian.resc...@gmx.de

It seems that when enabling the StatementCache interceptor, closeing the
(proxy) statement does not cause open ResultSets to be closed.

This seems to be incorrect according to the Javadoc for Statement:

"A ResultSet object is automatically closed when the Statement object that
generated it is closed, re-executed, or used to retrieve the next result from a
sequence of multiple results." --
<http://docs.oracle.com/javase/6/docs/api/java/sql/ResultSet.html>

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to