Sessions are not usable after exceptions occur. You need to close them and throw them away. The resources are cleaned up when the Session is closed.
Now, if you have a test showing that the resources are left open after properly closing the Session in this case, that would be a bug. Can you show that?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Sessions are not usable after exceptions occur. You need to close them and throw them away. The resources are cleaned up when the Session is closed.
Now, if you have a test showing that the resources are left open after properly closing the Session in this case, that would be a bug. Can you show that?