Throwing Exception for Catalog 'null' not found in database
Status: Beta
Brought to you by:
vbergmann
For HSQLDB 2.2.4 I am getting this error. I try without metaCache with metacache but error is same.
I started with following settings:
<database id="db" url="jdbc:hsqldb:hsql://localhost" driver="org.hsqldb.jdbcDriver" user="sa" batch="false"/>
After getting error I gave specifically schema & catalog but still getting same error.
<database id="db" url="jdbc:hsqldb:hsql://localhost" driver="org.hsqldb.jdbcDriver" user="sa" password="" batch="false" metaCache="true" schema="PUBLIC" catalog="" />
Still getting same error.
I am using databene-benerator-0.7.5.
Same settings (obviously I change url, driver & user) works with Oracel 11G.