Fix "Database already in use" exception when running hsqldb test profile ------------------------------------------------------------------------ Key: TORQUE-29 URL: http://issues.apache.org/jira/browse/TORQUE-29 Project: Torque Type: Bug Components: Test Project Reporter: Patrick Carl Priority: Minor When running the test-project with the hsqldb profile, the following exception occurs: java.sql.SQLException: The database is already in use by another process The reason is, that the profile uses a file based database which is not shut down after each tests. Therefore its lock file is not removed. This bug enhances the hsqldb profile project.properties file and adds the parameter "shutdown=true" to each connection URL. So the database is shut down when the last connection to it is closed. So the exception does not occur any more. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org