Subject Re: [Firebird-Java] Hibernate 2.1.8 lazy fetch trouble with Jaybird RC 2
Author Roman Rokytskyy
> Is this a bug? Or am I doing something wrong (besides not using
> Hibernate 3 :-).

Can it be that you run in auto-commit mode? In this case JayBird acts
according to the specification and closes result set when another statement
is executed against the same connection. JayBird 1.5 ignored this
requirements.

If that is not the case, please tell, I will check your test case at home.

Roman