Fixed error-reporting: errors reported by Hibernate are no longer swallowed
[hibernate4-maven-plugin] / src / it / tutorials / osgi / managed-jpa / pom.xml
index b1ac0d8..8c9fa47 100644 (file)
@@ -80,7 +80,7 @@
                                        </execution>
                                </executions>
                                <configuration>
-                                       <url>jdbc:h2:mem:db1;MVCC=TRUE</url>
+                                       <url>jdbc:h2:mem:db_managed_jpa;MVCC=TRUE</url>
                                        <format>true</format>
                                        <execute>false</execute>
                                </configuration>