This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit f27a0b91244158e99e9ba0213521b01d5ee89d41
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Wed Feb 6 10:23:02 2019 +0100

    add debugging instruction with hsqldb
---
 openjpa-project/BUILDING.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openjpa-project/BUILDING.txt b/openjpa-project/BUILDING.txt
index c973078..d59310b 100644
--- a/openjpa-project/BUILDING.txt
+++ b/openjpa-project/BUILDING.txt
@@ -209,6 +209,9 @@ For running against a MariaDB Docker installation:
 For running against a h2 based installation:
  -ea -Dopenjpa.ConnectionDriverName=org.h2.Driver 
-Dopenjpa.ConnectionURL=jdbc:h2:./target/database/openjpa-h2-database 
-Dopenjpa.ConnectionUserName=root -Dopenjpa.ConnectionPassword=openjpatst
 
+For running against a hsqldb based installation:
+ -ea -Dopenjpa.ConnectionDriverName=org.hsqldb.Driver 
-Dopenjpa.ConnectionURL=jdbc:hsqldb:mem:openjpa20-hsqldb-database 
-Dopenjpa.ConnectionUserName=sa -Dopenjpa.ConnectionPassword=
+
 TODO: finish!
 
 For starting tests in `openjpa-persistence-jdbc` inside a compiler you can 
also trigger all the enhancement manually via:

Reply via email to