I have downloaded and run a few simple examples using:
Eclipse 3.2
Hibernate 3.1.3
HSQLDB 1.8
Windows XP
The examples work but nothing seems to be saved to disk.
Here is the config.xml
=======================
The code runs and I see "Grommets" from the select statement, but there is nothing saved to the table. If I open the table with HSQLBD console
applet, the table is empty.
I tried turning off "hibernate.hbm2ddl.auto" and I tried ";shutdown=true" after the url, based on comments on other sites.
I have also tried creating the tables with HSQLDB before running tests. Same result.
I have edited the HSQLDB properties file and changed the default_table_type to "cached" with no change.
What am I doing wrong ???
TIA,
Rich Morrison