> I wonder what this exception is about? Sorry if the bug is on Hibernate
> side, I can't tell
Well, it looks like the database is already closed... I'm afraid I
can't explain why. To find out, you could append ;TRACE_LEVEL_FILE=3
to the database URL and check in the .trace.db file that the
connection was closed. Possibly you need to run it in debug mode and
set a breakpoint.
Regards,
Thomas
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
This particular connection is closed.
Regards,
Thomas
Sorry, actually: the database is closed.
It could have been closed by running SHUTDOWN, I forgot about that.
Did you execute SHUTDOWN?
Regards,
Thomas
Regards,
Thomas
I don't really know, sorry. As I already wrote, to find out, you could