I'm working on the tutorial in the first chapter of the Hibernate documentation, and having a problem with it. I've created all the files listed along with their content. The problem I have, is that when I run it, I get a Table not found error because it's not being created. I have the
entry in my hibernate.cfg.xml file, but when I look at the logs, there's nothing to indicate that the table was created, or even attempted, and I don't understand why. I'm using the latest Hibernate version, 3.2.5, and the recommended HSQLDB version 1.8.0.1 for the db. I'm fairly new to Hibernate, have never used HSQLDB before, and after banging on it for a while, I'm lost. Has anyone else run into this?
Thanks,
Alex