From 81c3ee59ef8196cc349bcff46f9e14a08bb16ec6 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Sun, 29 Mar 2020 06:47:22 +0300 Subject: [PATCH] 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 --- vid-ext-services-simulator/src/main/resources/META-INF/persistence.xml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6