Marcin,Do you happen to know what the TopLink property is for automatically creating all the required tables?
In OpenJPA it's:<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema(ForeignKeys=true)"/>
In Hibernate it's: <property name="hibernate.hbm2ddl.auto" value="create-drop"/> -David