Subject | Re: [Firebird-Java] Re: JayBird 2.0.0 Hibernate ScrollableResults problems |
---|---|
Author | Ramon Rockx |
Post date | 2005-07-18T12:57:15Z |
Roman, just for the record: this one is solved with beta 2. Thanks!
Ramon
Roman Rokytskyy <rrokytskyy@...> wrote:
Some tips, ResultSet is closed when:
- all rows of the result set are fetched in auto-commit case
- Statement.getMoreResults() is called.
- Statement is re-executed
- Statement is closed
- Statement is completed:
- auto-commit mode changes
- in auto-commit mode when another statement
is re-executed in the same connection
Maybe this helps you to identify condition, under which result set is closed
automatically. Also, please check Hibernate 3.0, maybe there was some issue
in Hibernate 2.x.
Roman
Yahoo! Groups Links
---------------------------------
Start your day with Yahoo! - make it your home page
[Non-text portions of this message have been removed]
Ramon
Roman Rokytskyy <rrokytskyy@...> wrote:
> I tried to isolate the problem in a separate test case, but didn'tThanks!
> succeed (no errors).
> When I have more time I will try to reproduce it again.
Some tips, ResultSet is closed when:
- all rows of the result set are fetched in auto-commit case
- Statement.getMoreResults() is called.
- Statement is re-executed
- Statement is closed
- Statement is completed:
- auto-commit mode changes
- in auto-commit mode when another statement
is re-executed in the same connection
Maybe this helps you to identify condition, under which result set is closed
automatically. Also, please check Hibernate 3.0, maybe there was some issue
in Hibernate 2.x.
Roman
Yahoo! Groups Links
---------------------------------
Start your day with Yahoo! - make it your home page
[Non-text portions of this message have been removed]