This causes failure of SchemaToolTransactionHandlingTest.testDropCreateDropInExistingJtaTransaction() - this one tries to drop the schema at the beginning of the test, when the schema doesn't exist yet. This is an issue only on databases whose dialect doesn't support the DROP TABLE IF EXISTS clause (DB2 for example), so in these cases it probably needs to be handled programmatically. |