add debugging instruction with hsqldb

This commit is contained in:
Mark Struberg 2019-02-06 10:23:02 +01:00
parent 238449e155
commit f27a0b9124
1 changed files with 3 additions and 0 deletions

View File

@ -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: