Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 983:4ea5f5a2284e
Ajusted datacage to use the SQL infrastructure from the artifact database.
flys-artifacts/trunk@2413 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 28 Jul 2011 13:32:27 +0000 |
parents | 66b3f2f064de |
children | 2b05c4a0c6fd |
comparison
equal
deleted
inserted
replaced
982:66b3f2f064de | 983:4ea5f5a2284e |
---|---|
1 2011-07-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/datacage/DBConnection.java: | |
4 Deleted. This stuff comes from the artifact database now. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/datacage/DBConfig.java: | |
7 New. The db config of the datacage database. | |
8 | |
9 * src/main/resources/datacage-sql/org-h2-driver.properties: New. | |
10 The SQL statements needed for the datacage. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: | |
13 Make use of the db config. | |
14 | |
1 2011-07-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 15 2011-07-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: | 17 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: |
4 New. A artifact database lifetime listener to build the initial | 18 New. A artifact database lifetime listener to build the initial |
5 index of the artifacts in database. | 19 index of the artifacts in database. |