[ http://issues.apache.org/jira/browse/IBATIS-252?page=comments#action_12365852 ]
Sven Boden commented on IBATIS-252: ----------------------------------- If you return ResultSets to your application it's the application's responsibility to close them. iBATIS has no way of tracking the state of those ResultSets, it would be the same as when done in JDBC. Just close() the ResultSet after you've extracted all rows. Sven > closing resultset cursor in Ibatis > ---------------------------------- > > Key: IBATIS-252 > URL: http://issues.apache.org/jira/browse/IBATIS-252 > Project: iBatis for Java > Type: Bug > Components: SQL Maps > Environment: ,Ibatis, Java,SQL Server and Oracle 9i > Reporter: Shiuli Deb > > Issue is Stored Procedures returns an Cursor. Our application which uses > Ibatis Java, SQL Server and Oracle 9i, access those Cursors as Resultset. > Also our application doesn't use any extra code for getting resultset. So > there is something missing somewhere to close the resultset. Please find a > way to close the resultsets after getting the values. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira