Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 818:8dc820099306
BUGFIX: Chartresults where stored in Cache using null-Value as Key.
gnv-artifacts/trunk@904 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 12 Apr 2010 11:28:02 +0000 |
parents | 3f447e92024a |
children | 6925d18580c0 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Apr 12 09:37:30 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Apr 12 11:28:02 2010 +0000 @@ -1,3 +1,12 @@ +2010-04-12 Tim Englich <tim.englich@intevation.de> + + * src/main/java/de/intevation/gnv/state/OutputStateBase.java (putInputData): + BUGFIX: Chartresults where stored in Cache using null-Value as Key. + This happend because the setHash-method was not called in Method + putInputData of this Class. + This causes that the Data was fetched every time from the Database when + out was called and twice during the intialisationprocess of the State. + 2010-04-12 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/java/de/intevation/gnv/artifacts/fis/product/package.html,