| I migrate hibernate from version 3.6.0 to 5.2.0. Tests are performed against a HSQL in memory database. The hbm2ddl value is set to create-drop. I got a 'org.hsqldb.HsqlException: user lacks privilege or object not found' exception. I added a minimalist project which reproduces the problem. |