Hi, > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
