Switched H2 to server-mode and made the console available in the app
[examples/facebook-app] / pom.xml
diff --git a/pom.xml b/pom.xml
index 30f0bca..510a4ff 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,9 @@
     <!-- database settings for tests -->
     <jdbc.groupId>com.h2database</jdbc.groupId>
     <jdbc.artifactId>h2</jdbc.artifactId>
+    <jdbc.url><![CDATA[jdbc:h2:~/test;DB_CLOSE_ON_EXIT=FALSE]]></jdbc.url>
+    <jdbc.username>sa</jdbc.username>
+    <jdbc.password></jdbc.password>
   </properties>
 
   <dependencies>