You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/06/07 17:01:44 UTC

[openmeetings] branch OPENMEETINGS-2076-h2-db updated: [OPENMEETINGS-2076] install wizard seems to work

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch OPENMEETINGS-2076-h2-db
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/OPENMEETINGS-2076-h2-db by this push:
     new c055d4d  [OPENMEETINGS-2076] install wizard seems to work
c055d4d is described below

commit c055d4da5f3bf1e1665faf46fddf1123ef131d65
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sat Jun 8 00:01:32 2019 +0700

    [OPENMEETINGS-2076] install wizard seems to work
---
 .../java/org/apache/openmeetings/cli/ConnectionPropertiesPatcher.java   | 1 -
 .../src/main/webapp/WEB-INF/classes/META-INF/h2_persistence.xml         | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/openmeetings-install/src/main/java/org/apache/openmeetings/cli/ConnectionPropertiesPatcher.java b/openmeetings-install/src/main/java/org/apache/openmeetings/cli/ConnectionPropertiesPatcher.java
index 3a2f2e0..9038d53 100644
--- a/openmeetings-install/src/main/java/org/apache/openmeetings/cli/ConnectionPropertiesPatcher.java
+++ b/openmeetings-install/src/main/java/org/apache/openmeetings/cli/ConnectionPropertiesPatcher.java
@@ -68,7 +68,6 @@ public abstract class ConnectionPropertiesPatcher {
 			case h2:
 			default:
 				patcher = new H2Patcher();
-				props.setLogin("omuser");
 				break;
 		}
 		patcher.props = props;
diff --git a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/h2_persistence.xml b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/h2_persistence.xml
index cb04df2..27eb624 100644
--- a/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/h2_persistence.xml
+++ b/openmeetings-web/src/main/webapp/WEB-INF/classes/META-INF/h2_persistence.xml
@@ -69,7 +69,7 @@
 					, minIdle=0
 					, maxWaitMillis=10000
 					, TestOnBorrow=true
-					, Username=omdbuser
+					, Username=
 					, Password=" />
 			<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema" />
 			<property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO" />