I have set up a persistence unit in "create-drop" mode and included import.sql in the root of the jar file that I deploy with my unit tests. What do I need to do to make Hibernate execute it too?
Turns out it was in fact executing but the execution failed silently due to errors coming from the database server.