Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 258:5091675676d6
Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
flys-client/trunk@1871 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 10 May 2011 06:48:46 +0000 |
parents | 7017ed659ee6 |
children | 50a95db68e66 |
comparison
equal
deleted
inserted
replaced
257:7017ed659ee6 | 258:5091675676d6 |
---|---|
1 2011-05-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: | |
4 Bugfix: Use the ElementCreator from XMLUtils to add attribute to nodes | |
5 in the xml document. Then, those nodes will have the ArtifactNamespace | |
6 automatically. If we do something like | |
7 node.setAttribute("art:attr", "value") | |
8 Restlet will throw an exception, because it does not know the "art:" | |
9 namespace. | |
10 | |
1 2011-05-09 Ingo Weinzierl <ingo@intevation.de> | 11 2011-05-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * pom.xml: Bugfix: replaced the goupId of the OpenCSV dependency with the | 13 * pom.xml: Bugfix: replaced the goupId of the OpenCSV dependency with the |
4 correct id. | 14 correct id. |
5 | 15 |