Currently it is difficult to identify the DDL-statement which has caused an error during a schema-management-operation, especially when using org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl as exception-handler (where the errors are reported after all the DDLs have been executed). |