From: Ittay Stern Date: Sun, 29 Mar 2020 03:47:22 +0000 (+0300) Subject: Configure c3p0 liveness check of ext-svc-simulator X-Git-Tag: 6.0.0-ONAP~35 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=81c3ee59ef8196cc349bcff46f9e14a08bb16ec6;p=vid.git Configure c3p0 liveness check of ext-svc-simulator Check the viability of ongoing connections quite rapidly, allow stable log-ins while tests. "Your application should experience broken or stale Connections only very rarely" - https://www.mchange.com/projects/c3p0/#simple_advice_on_connection_testing Issue-ID: VID-647 Change-Id: If5f3683a781c2c3bccb7b118ec96205000ee4547 Signed-off-by: Ittay Stern --- diff --git a/vid-ext-services-simulator/src/main/resources/META-INF/persistence.xml b/vid-ext-services-simulator/src/main/resources/META-INF/persistence.xml index 448b5b380..98b479313 100644 --- a/vid-ext-services-simulator/src/main/resources/META-INF/persistence.xml +++ b/vid-ext-services-simulator/src/main/resources/META-INF/persistence.xml @@ -18,6 +18,7 @@ + \ No newline at end of file