changeset 477:40a058047854

Added the Configurationproperty serverRoundtripInterval to the Configuration of the Connectionpool. gnv-artifacts/trunk@545 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 15 Jan 2010 10:13:18 +0000
parents ffb38c6c928e
children 0e0c64c821dc
files gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/arcsdeconnectionpool.properties
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog	Fri Jan 15 09:54:51 2010 +0000
+++ b/gnv-artifacts/ChangeLog	Fri Jan 15 10:13:18 2010 +0000
@@ -1,3 +1,9 @@
+2010-01-15  Tim Englich  <tim.englich@intevation.de>
+
+	* doc/conf/arcsdeconnectionpool.properties: 
+	  Added the Property serverRoundtripInterval to the Configuration an 
+	  set its Value to 15 Minutes.
+
 2010-01-15  Tim Englich  <tim.englich@intevation.de>
 
 	* src/test/java/de/intevation/gnv/artifacts/TimeSeriesPointVerticalProfileTestCase.java (testArtifact): 
--- a/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties	Fri Jan 15 09:54:51 2010 +0000
+++ b/gnv-artifacts/doc/conf/arcsdeconnectionpool.properties	Fri Jan 15 10:13:18 2010 +0000
@@ -11,6 +11,8 @@
 #                if it is Valid
 # timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed
 #                                 to reused a returned Connection.
+# serverRoundtripInterval : The Timea ArcSDE-Connection must nor be used until 
+#                           the Connection will test if it is valid.
 # server: The URL of the Server where the Database is reachable.
 # username: The Username which should be used to Connect to the Databackend.
 # credentials: The Credentials to the given username
@@ -24,6 +26,7 @@
 testOnReturn=false
 testWhileIdle=false
 timeBetweenEvictionRunsMillis=360000
+serverRoundtripInterval=900000
 server=localhost
 username=gast
 credentials=gast

http://dive4elements.wald.intevation.org