Mercurial > dive4elements > framework
diff ChangeLog @ 198:6370369412e9
Parse the collection attribute of the incoming document of a create-collection call and store this in the Backend.
artifacts/trunk@1436 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Mar 2011 11:03:25 +0000 |
parents | 94654cbf8db2 |
children | face2302387c |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 09 10:24:56 2011 +0000 +++ b/ChangeLog Wed Mar 09 11:03:25 2011 +0000 @@ -1,3 +1,10 @@ +2011-03-09 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: + Parse the collection attribute that is contained in the incoming + document while creating a new collection and use this document as parameter + for calling createCollection() of the Backend. + 2011-03-09 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/resources/sql/org-h2-driver.properties,