|
We used to have hibernate.hbm2ddl.auto system property set on test container to execute some integration test needing an empty database on the production ear before deploying, but it seems that system properties are no more used to integrate properties specified in persistence.xml.
|