https://issues.apache.org/bugzilla/show_bug.cgi?id=48392
Summary: jdbc-pool is not returning the proxied connection in resultSet and statement Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: critical Priority: P2 Component: Modules: jdbc-pool AssignedTo: dev@tomcat.apache.org ReportedBy: gsfernan...@gmail.com The proxy connection returned by the jdbc-pool is not proxying the resultSet and the statement so if the client gets access to the underlying connection through: resultSet.getStatement().getConnection() He is able to close the physical connection due to both instances (resultSet and statement) were not proxied. If this happens next time a client gets a connection from the jdbc-pool it will return a proxy with a physical connection closed. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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