> if you're using the eclipse persistence provider (EclipseLink) you can't use > hibernate properties. Either we need to switch to hibernate as your > persistence provider or you should change your properties to be eclipse link.
Well spotted :> Have a look at http://is.gd/4votQ for which properties to use to generate schemas with EclipseLink. Or like mentioned, switch your provider to Hibernate. If you're doing this, which application server are you using? It's a bit tricky to get the same configuration running for Embedded OpenEJB and an application server when using Hibernate. Q
