Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 604:938ce81a6bd0
Integrated Database-Support for the Mapviewer-Interface
gnv-artifacts/trunk@666 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 09 Feb 2010 13:01:20 +0000 |
parents | 78499af390a2 |
children | e8ebdbc7f1e3 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Fri Feb 05 14:15:09 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Feb 09 13:01:20 2010 +0000 @@ -1,3 +1,18 @@ +2010-02-09 Tim Englich <tim.englich@intevation.de> + + * doc/conf/conf.xml: + Switched the usage of DummyMetaDataService to MetaDataService because + the Service is now able to work properly. + * doc/conf/queries.properties: + Added the required SQL-Statements for fetching the Metadata from the + Database. + * src/main/java/de/intevation/gnv/artifacts/services/MetaDataService.java: + Added the Database-Lookup of FIS and Parameters. + Now the Metadata will be looked up using the specified Databaseschema as + defined in doc/schema/externalinterface_schema.sql + * src/main/java/de/intevation/gnv/artifacts/services/DummyMetaDataService.java + Removed Dummyservice because it is not required any more. + 2010-02-05 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue170