From commits-return-13001-archive-asf-public=cust-asf.ponee.io@openjpa.apache.org Thu Jan 3 00:17:28 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7E083180662 for ; Thu, 3 Jan 2019 00:17:28 +0100 (CET) Received: (qmail 38233 invoked by uid 500); 2 Jan 2019 23:17:27 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 38206 invoked by uid 99); 2 Jan 2019 23:17:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2019 23:17:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 08DFF821B1; Wed, 2 Jan 2019 23:17:27 +0000 (UTC) Date: Wed, 02 Jan 2019 23:17:28 +0000 To: "commits@openjpa.apache.org" Subject: [openjpa] 02/03: add missing port to postgresql config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: struberg@apache.org In-Reply-To: <154647104646.22252.4781708452645013318@gitbox.apache.org> References: <154647104646.22252.4781708452645013318@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: openjpa X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: f7c89885e3724761ed450f9e2c4c49a25e26f007 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190102231727.08DFF821B1@gitbox.apache.org> 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 f7c89885e3724761ed450f9e2c4c49a25e26f007 Author: Mark Struberg AuthorDate: Thu Jan 3 00:14:57 2019 +0100 add missing port to postgresql config --- openjpa-project/BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-project/BUILDING.txt b/openjpa-project/BUILDING.txt index b270148..f36acb6 100644 --- a/openjpa-project/BUILDING.txt +++ b/openjpa-project/BUILDING.txt @@ -198,4 +198,4 @@ For running against a MySQL Docker installation: -ea -Dopenjpa.ConnectionDriverName=com.mysql.jdbc.Driver -Dopenjpa.ConnectionURL=jdbc:mysql://localhost:3306/openjpatst -Dopenjpa.ConnectionUserName=openjpatst -Dopenjpa.ConnectionPassword=openjpatst Running against a PostgreSQL Docker installation: --ea -Dopenjpa.ConnectionDriverName=org.postgresql.Driver -Dopenjpa.ConnectionURL=jdbc:postgresql://localhost/openjpatst -Dopenjpa.ConnectionUserName=postgres -Dopenjpa.ConnectionPassword=postgres \ No newline at end of file +-ea -Dopenjpa.ConnectionDriverName=org.postgresql.Driver -Dopenjpa.ConnectionURL=jdbc:postgresql:5432//localhost/openjpatst -Dopenjpa.ConnectionUserName=postgres -Dopenjpa.ConnectionPassword=postgres \ No newline at end of file