Here is some more information :
My properties file is:
hibernate.connection.username=sa
hibernate.connection.password=
hibernate.connection.url=jdbc:hsqldb:D:\db\order
hibernate.connection.driver_class=org.hsqldb.jdbcDriver
hibernate.dialect=net.sf.hibernate.dialect.HSQLDialect
And I am getting the following exception:
SEVERE: could not insert: [test.hibernate.Product#2c999c44fb821dc300fb821dc64c0001]
java.sql.SQLException: Table not found: PRODUCTS in statement [insert into products (name, price, amount, id) values (?, ?, ?, ?)]
|