Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 673:93b4dedc4e37
Implemented a mechanism to import artifacts from xml structured documents.
gnv/trunk@801 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 19 Mar 2010 10:04:28 +0000 |
parents | e9d54c989110 |
children | 5b195ee3b307 |
comparison
equal
deleted
inserted
replaced
672:e9d54c989110 | 673:93b4dedc4e37 |
---|---|
1 2010-03-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/action/LoadAction.java: Use the uploaded | |
4 file to start an artifact import. Create a new Artifact object if the | |
5 import was successful and fetch the current artifact description with user | |
6 interface part to restore the gui. Display an error message if something | |
7 failed while importing. | |
8 | |
9 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java, | |
10 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java: | |
11 Added a new method doImport to import artifacts from xml documents. A | |
12 describe document without ui part is returned if an import was successful. | |
13 | |
14 * src/main/resources/applicationMessages.properties, | |
15 src/main/resources/applicationMessages_en.properties: Added error messages | |
16 for the case that something failed while importing artifacts from xml | |
17 documents. | |
18 | |
19 * src/main/webapp/WEB-INF/jsp/header.jsp: Replace whitespaces from exception | |
20 request parameter with dots. Exceptions thrown by the artifact server | |
21 corresponds to a specific resource key. Failures coming from the artifact | |
22 server are displayed language specific on this way. | |
23 | |
24 * src/main/webapp/WEB-INF/config/struts-config.xml: Added missing forwards | |
25 to import action. | |
26 | |
1 2010-03-19 Tim Englich <tim.englich@intevation.de> | 27 2010-03-19 Tim Englich <tim.englich@intevation.de> |
2 | 28 |
3 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java (addParameters): | 29 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java (addParameters): |
4 Some Codecleanup done. | 30 Some Codecleanup done. |
5 | 31 |