Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1028:41234fcf4c7e
Some Bugfixes which prevent Exceptions executing the Examples in the config-manual
gnv-artifacts/trunk@1052 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 04 May 2010 12:40:21 +0000 |
parents | f08908d4df50 |
children | a5e0384fe464 |
comparison
equal
deleted
inserted
replaced
874:f08908d4df50 | 1028:41234fcf4c7e |
---|---|
1 2010-05-04 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/fis/SelectProductArtifact.java (appendSelectProducts): | |
4 BUGFIX: Added NULL-Check to Variable products to prevent NPEs if | |
5 no Products are configured to the FIS. | |
6 * src/main/java/de/intevation/gnv/artifacts/GNVProductArtifactFactory.java (parseProductFactories): | |
7 BUGFIX: Trim Classname to prevent ClassNotFound-Exceptions if the | |
8 Configuration contains whitespaces in the XML-Element which configures the | |
9 Artifact. | |
10 | |
1 2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 11 2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 12 |
3 * doc/conf/maptemplates/layer_polygon.vm: Do not use point symbols to draw | 13 * doc/conf/maptemplates/layer_polygon.vm: Do not use point symbols to draw |
4 polygons. | 14 polygons. |
5 | 15 |