use correct name for the db

This commit is contained in:
Mark Struberg 2019-02-07 09:55:56 +01:00
parent fa6ce77004
commit b714dbae18
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@
<properties>
<connection.driver.name>org.hsqldb.jdbcDriver</connection.driver.name>
<!--<connection.url>jdbc:hsqldb:target/database/openjpa-hsqldb-database;create=true</connection.url>-->
<connection.url>jdbc:hsqldb:mem:openjpa20-hsqldb-database</connection.url>
<connection.url>jdbc:hsqldb:mem:openjpa22-hsqldb-database</connection.url>
<connection.username>sa</connection.username>
<connection.password />
<jdbc.DBDictionary />