I\'m setting up a standalone Java service with an in-process, in-memory HSQL database.
Persistence.xml
I too have faced the same error. It got resolved when i gave the absolute path of script file in "connection.url".
< property name="connection.url">jdbc:hsqldb:file:C:\Hibernate-example\database\mydb;shutdown=true < /property>