I am trying to run some Hibernate/JPA examples using an in-memory HSQL DB. The error message I get is the following:
13:54:21,427 ERROR SchemaExport:425 - HH
Just set dbCreate="update", and the errors go away immediately.
dbCreate="update"
See: https://stackoverflow.com/a/31257468/715608