Joined: Sat Nov 25, 2006 9:05 am Posts: 2 Location: Perth, Western Australia
|
Hi !
I'm having some problems with the example located under
hibernate3.2/docs/tutorial/src
I can get it working with a mysql database with no problems, but i want to get hibernate working with a hypersonic sql database it creates as needed..
whenever i run the example configured to use a hypersonic db with the connection url jdbc:hsqldb:file:./db
hibernate says it runs the sql statements to create the tables and insert the row(s) however the hsqldb only has 2 files db.properties and db.log and neither one seems to contain the data or table structure in it (i looked!).
i've tried changing hbm2ddl.auto from create to update but i still get the same problem of nothing going into the database..
Any thoughts on what might be wrong?
Thanks
James
|
|