[
https://issues.apache.org/jira/browse/TORQUE-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Eade closed TORQUE-8.
---------------------------
Resolution: Cannot Reproduce
Assignee: Scott Eade
>From http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html#close():
> Note: A ResultSet object is automatically closed by the Statement object that
> generated it when that Statement object is closed, re-executed, or is used to
> retrieve the next result from a sequence of multiple results. A ResultSet
> object is also automatically closed when it is garbage collected.
Both Schema and Record invoke stmt.close(), thus closing the ResultSet.
I have added a test case to Village and do not run out of connections.
> village does not close every resultSet it opens
> ------------------------------------------------
>
> Key: TORQUE-8
> URL: https://issues.apache.org/jira/browse/TORQUE-8
> Project: Torque
> Issue Type: Bug
> Components: Runtime, Village
> Affects Versions: 3.0, 3.1, 3.1.1, 3.2
> Reporter: Thomas Fischer
> Assignee: Scott Eade
> Attachments: village-2.0-TORQUE-8.patch
>
>
> In the village classes Record and Schema, ResultSets are opened which are not
> closed afterwards. This can lead to a "too many open cursors" error in
> oracle. Thanks to Hendrik Busch for reporting the error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]