Brett Meyer
commented
on an issue
Re: aggressive release closes JDBC connection while still in Loader.loadEntity()
Can you please attach a test case that reproduces the issue? Thanks!
Add Comment
Hibernate ORM
/
HHH-7361
aggressive release closes JDBC connection while still in Loader.loadEntity()
JDBC auto-commit causes "result set is closed" exception on rs.next() in Loader.
Nested loads (proxy -> Map collection using entities as keys & value, in this case) may open a second PreparedStatement.
FireBird (JayBird 2.1.6) driver closes existing open stmts/resultset, when 2nd nested load prepares it's statement.
This message was sent by Atlassian JIRA
(v6.1-OD-09-WN#6144-
sha1:62dfc48
)