You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2021/05/08 11:59:21 UTC

[openjpa] 01/02: OPENJPA-2816 correct jdbc url for herddb-docker

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 49116c7f8e1556b8aec4772409976ccba1172a85
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sat May 8 13:53:49 2021 +0200

    OPENJPA-2816 correct jdbc url for herddb-docker
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4914a3c..91907cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1120,8 +1120,10 @@
             </dependencies>
             <properties>
                 <connection.driver.name>herddb.jdbc.Driver</connection.driver.name>
+                <tests.openjpa.driverDataSource>simple</tests.openjpa.driverDataSource>
 
-                <connection.url>jdbc:herddb://localhost</connection.url>
+
+                <connection.url>jdbc:herddb:localhost:7000</connection.url>
                 <connection.username>sa</connection.username>
                 <connection.password>hdb</connection.password>
                 <jdbc.DBDictionary />