summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java
diff options
context:
space:
mode:
authorst782s <statta@research.att.com>2017-06-01 17:32:04 -0400
committerst782s <statta@research.att.com>2017-06-01 17:34:59 -0400
commit4ec00b6c5542b36161495fd6152c7f20d6482df3 (patch)
treeb6424e3757d625dd401e91aefd1f737c50be5c35 /ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java
parent34f706fedc5536caf2a218dbcd809991a1b484dd (diff)
[PORTAL-13] Also [PORTAL-6]
The fixes include adding additional connection parameters to the datasource class and adding licensing text at the root level Change-Id: Ib37739f1c3eb9253363bb1546679936007be6cbc Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java')
-rw-r--r--ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java b/ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java
index 6a705aed..033bb26b 100644
--- a/ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java
+++ b/ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/util/SystemProperties.java
@@ -253,6 +253,8 @@ public class SystemProperties {
public static final String DB_MIN_POOL_SIZE = "db.min_pool_size";
public static final String DB_MAX_POOL_SIZE = "db.max_pool_size";
public static final String IDLE_CONNECTION_TEST_PERIOD = "hb.idle_connection_test_period";
+ public static final String TEST_CONNECTION_ON_CHECKOUT = "db.test_connection_on_checkout";
+ public static final String PREFERRED_TEST_QUERY = "db.preferred_test_query";
public static final String MYLOGINS_FEED_CRON = "mylogins_feed_cron";
public static final String SESSIONTIMEOUT_FEED_CRON = "sessiontimeout_feed_cron";