submitted pull request reproducing the issue at: https://github.com/hibernate/hibernate-test-case-templates/pull/233 When creating the schema from the mapped class hibernate drop statement fails because OracleDialect issues drop statement to clear schema without checking if the table already exists against H2 but table creation works fine and H2 jpql java assertion error as described in the ticket is thrown by the test. |