Share

HyperSQL Database Engine

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Embedded file database clears data on exit

You are viewing a single message from this topic. View all messages.

  1. 2009-08-27 18:03:19 UTC
    I think the most likely cause is that Hibernate is not closing all database connections. Depending on how you are configuring Hibernate, the connection pooler will allocate a connection for data pooling control purposes, and I find that it doesn't close that connection. The HSQLDB shutdown property only takes effective when the LAST connection is closed, so in this case it will never run.

    A work-around is to set WRITE_DELAY as Fred suggested.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.