When using the JPA schema generation facility via
javax.persistence.schema-generation.database.action
dropping of tables fails with MySQL. Note that using hbm2ddl instead works.
The attached project reproduces the issue.