Mercurial > dive4elements > framework
comparison ChangeLog @ 168:f70977cf2faf
Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.
artifacts/trunk@1393 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Mar 2011 09:13:18 +0000 |
parents | c9c27aca2f70 |
children | 2f575d594fdb |
comparison
equal
deleted
inserted
replaced
167:c9c27aca2f70 | 168:f70977cf2faf |
---|---|
1 2011-03-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
4 If there is no creation time of a collection, we just add an empty | |
5 string to the collection node in listCollections(). A | |
6 NullPointerException is avoided! | |
7 | |
1 2011-03-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2011-03-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 9 |
3 * artifact-database/src/main/resources/sql/org-h2-driver.properties, | 10 * artifact-database/src/main/resources/sql/org-h2-driver.properties, |
4 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | 11 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: |
5 Added SQL statements to list collections. | 12 Added SQL statements to list collections. |