From f27a0b91244158e99e9ba0213521b01d5ee89d41 Mon Sep 17 00:00:00 2001 From: Mark Struberg Date: Wed, 6 Feb 2019 10:23:02 +0100 Subject: [PATCH] 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 c97307889..d59310bd8 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: