You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/08/25 17:14:06 UTC

[fineract-cn-mariadb] 36/37: Update EclipseLinkJpaConfiguration.java

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

ikamga pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mariadb.git

commit 00351f817ebc2956788e8e7720cdaebad0321bf6
Author: Ebenezer Graham <eb...@gmail.com>
AuthorDate: Sat Aug 17 16:20:44 2019 +0400

    Update EclipseLinkJpaConfiguration.java
---
 .../apache/fineract/cn/mariadb/config/EclipseLinkJpaConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/fineract/cn/mariadb/config/EclipseLinkJpaConfiguration.java b/src/main/java/org/apache/fineract/cn/mariadb/config/EclipseLinkJpaConfiguration.java
index 62c6069..04f4403 100644
--- a/src/main/java/org/apache/fineract/cn/mariadb/config/EclipseLinkJpaConfiguration.java
+++ b/src/main/java/org/apache/fineract/cn/mariadb/config/EclipseLinkJpaConfiguration.java
@@ -88,7 +88,7 @@ public class EclipseLinkJpaConfiguration extends JpaBaseConfiguration {
 		properties.put(PersistenceUnitProperties.TARGET_DATABASE, TargetDatabase.MySQL);
 		properties.put(PersistenceUnitProperties.LOGGING_LEVEL, SessionLog.ALL_LABEL);// Todo: Reduce log level after test
 		properties.put(PersistenceUnitProperties.LOGGING_PARAMETERS, "true");
-		properties.put(PersistenceUnitProperties.DEPLOY_ON_STARTUP, "true");
+		properties.put(PersistenceUnitProperties.DEPLOY_ON_STARTUP, "false");
 		return properties;
 	}
 }