Mercurial > dive4elements > framework
comparison Changelog @ 35:7a01a464a83b
More warning log output in POST case in REST interface of artifact.
artifacts/trunk@89 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 15 Sep 2009 10:41:19 +0000 |
parents | 9935e1c928de |
children | f7d2cd59a0d5 |
comparison
equal
deleted
inserted
replaced
34:9935e1c928de | 35:7a01a464a83b |
---|---|
1 2009-09-15 Tim Englich <tim.englich@intevation.de> | 1 2009-09-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 2 |
3 * src/main/java/de/intevation/artifactdatabase/Backend.java: | 3 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java: |
4 Bug Fixed: Comparation for outdated Artifacts was Wrong. | 4 More warning log output in POST case. |
5 * src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java (represent): | 5 |
6 Warn-Logging Integrated for Exception analysys. | 6 2009-09-15 Tim Englich <tim.englich@intevation.de> |
7 | 7 |
8 2009-09-14 Tim Englich <tim.englich@intevation.de> | 8 * src/main/java/de/intevation/artifactdatabase/Backend.java: |
9 | 9 Bug Fixed: Comparation for outdated Artifacts was Wrong. |
10 * src/main/java/de/intevation/artifacts/ArtifactFactory.java Edited: | 10 |
11 Make Objects Serializable | 11 * src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java (represent): |
12 | 12 Warn-Logging Integrated for Exception analysys. |
13 * src/main/resources/sql/org-h2-driver.properties: | 13 |
14 Bug Fixed in SQL-Query | 14 2009-09-14 Tim Englich <tim.englich@intevation.de> |
15 | 15 |
16 * src/main/java/de/intevation/artifacts/ArtifactFactory.java Edited: | |
17 Make Objects Serializable | |
18 | |
19 * src/main/resources/sql/org-h2-driver.properties: | |
20 Bug Fixed in SQL-Query | |
21 | |
16 2009-09-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2009-09-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
17 | 23 |
18 Refactored the persistent handling of the artifacts in the | 24 Refactored the persistent handling of the artifacts in the |
19 artifact database. When an artifact is called (describe, feed, | 25 artifact database. When an artifact is called (describe, feed, |
20 advance, out) a new CallContext is given instead of the | 26 advance, out) a new CallContext is given instead of the |