I\'m trying to create integration tests using hsqldb in an in memory mode. At the moment, I have to start the hsqldb server from the command line before running the unit tests.
Try appending this to the jdbc url:
;ifexists=true;shutdown=true;