Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1063:732cea65cee7
Changed the geo-backend initialization regarding the changes of rev1149. An sql-cache is integrated and enabled now.
gnv-artifacts/trunk@1150 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Jun 2010 16:10:27 +0000 |
parents | 58b4a07db856 |
children | 026b936290bc |
comparison
equal
deleted
inserted
replaced
1062:58b4a07db856 | 1063:732cea65cee7 |
---|---|
1 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * doc/conf/sql-cache.xml: SQL-cache configuration. | |
4 | |
5 * doc/conf/conf.xml: Added a new section to the geo-backend section to | |
6 configure, enable/disable the sql-cache. The sql-cache is activated in | |
7 the default configuration. | |
8 | |
9 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: | |
10 Removed the initialization of geo-backend related objects (as ArcSDE | |
11 connection settings, queries). This work is done in the geo-backend | |
12 itself, now. At this place, a new geo-backend Configuration object is | |
13 created and its init(.) method is called. | |
14 | |
1 2010-06-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 15 2010-06-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Remove | 17 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Remove |
4 cached elements of each state that is visited while stepping back to a | 18 cached elements of each state that is visited while stepping back to a |
5 previous state. | 19 previous state. |