Mercurial > dive4elements > gnv-client
comparison geo-backend/ChangeLog @ 265:e5379e129799
Fixed issue 34
geo-backend/trunk@215 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 13 Oct 2009 13:20:26 +0000 |
parents | 5bbdbc0bbddc |
children | 1530890b28c9 |
comparison
equal
deleted
inserted
replaced
264:5bbdbc0bbddc | 265:e5379e129799 |
---|---|
1 2009-10-13 Tim Englich <tim.englich@intevation.de> | 1 2009-10-13 Tim Englich <tim.englich@intevation.de> |
2 | 2 |
3 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEPoolableObjectFactory.java (validateObject) Edited: | |
4 Added Tests if the Object is Closed. And add propper instance Tests | |
5 * src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java (initialize): | |
6 Added further ConfigurationParameters that could be set in the *.properties-File. | |
7 maxWait, maxIdle, minIdle, testOnBorrow, testOnReturn, testWhileIdle, numTestsPerEvictionRun, | |
8 timeBetweenEvictionRunsMillis, testWhileIdle | |
9 * src/test/ressources/ArcSDEConnectionPoolTestCase.properties: | |
10 Added som Configurationproperties for testing. | |
11 | |
12 Issue-34 | |
13 | |
14 2009-10-13 Tim Englich <tim.englich@intevation.de> | |
3 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (QueryExecutorTestCase): | 15 * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (QueryExecutorTestCase): |
4 Changed expected Result of Spatial-Query-TestCase because of Changes to the used Query | 16 Changed expected Result of Spatial-Query-TestCase because of Changes to the used Query |
5 * src/test/ressources/QueryExecutorTestCase.properties: | 17 * src/test/ressources/QueryExecutorTestCase.properties: |
6 Added SFS-Conformal Query | 18 Added SFS-Conformal Query |
7 * pom.xml: | 19 * pom.xml: |