Subject Re: [Firebird-Java] Another code that worked in 1.5.5 and no more in 2.0.1 ... closing a ResultSet
Author Roman Rokytskyy
> When the line 203 runs, opening the ResultSet rsCons2, the ResultSet
> rsCons is closed, with no exceptions...

You do this in auto-commit mode and this behavior is fully JDBC compliant.
It was fixed in Jaybird 2.0 and described in release notes (page 4, third
paragraph). If you want your old functionality back, switch the auto-commit
mode off.

Roman