Fixed error-reporting: errors reported by Hibernate are no longer swallowed
authorKai Moritz <kai@juplo.de>
Sun, 6 Nov 2016 16:11:28 +0000 (17:11 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 13 Nov 2016 16:37:15 +0000 (17:37 +0100)
commitb5f916e74bbfe359b1ca7e057a43e86fb081eca8
tree4a1970eab9d1adbe9421703c2fccc3542980ccca
parentd7a81e54bda02c6ea5b08410c7de8eb8e24a192e
Fixed error-reporting: errors reported by Hibernate are no longer swallowed

Renamed the H2-databases in the OSGI-tests of the Hibernate-Tutorials,
because it showed, that these tests are failing, but only, if they are
executed together through the parent-directory of the tutorial, but not,
if they are executed separatly, which indicates timing issues in connection
with the shutdown of the database.
src/it/tutorials/osgi/datasource-h2.xml [deleted file]
src/it/tutorials/osgi/managed-jpa/pom.xml
src/it/tutorials/osgi/unmanaged-jpa/src/main/resources/META-INF/persistence.xml
src/it/tutorials/osgi/unmanaged-native/src/main/resources/hibernate.cfg.xml
src/it/tutorials/osgi/unmanaged-native/src/main/resources/pool-one.properties
src/main/java/de/juplo/plugins/hibernate/AbstractSchemaMojo.java