0

I am using hsqldb 2.2.8 version with

<spring.version>3.2.2.RELEASE</spring.version>
<hibernate.version>3.5.4-Final</hibernate.version>

these versions.

here is the error:

Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found:

I tried to change versions of both hibernate and hsqldb but couldnt find a solution to solve this problem. Do you have any suggestion on which version of hsqld suitable with which version of hibernate?

erhanasikoglu
  • 1,685
  • 1
  • 21
  • 33

1 Answers1

0

The best way to use hsqldb is let hibernate create tables, using schema ddl and data sql files is not a good choice.

erhanasikoglu
  • 1,685
  • 1
  • 21
  • 33