Mercurial > dive4elements > framework
comparison ChangeLog @ 130:147610c43863
The UserFactory got a setup() method that is called while bootstrap.
artifacts/trunk@1354 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Mar 2011 07:36:00 +0000 |
parents | 10d726907419 |
children | 82809c5992e1 |
comparison
equal
deleted
inserted
replaced
129:10d726907419 | 130:147610c43863 |
---|---|
1 2011-03-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultUserFactory.java, | |
4 artifacts/src/main/java/de/intevation/artifacts/UserFactory.java: Added | |
5 a setup method like the artifact factories have. | |
6 | |
7 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
8 Added an import statement for the UserFactory that was missing here. | |
9 | |
10 * artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java: | |
11 The setup() method of the UserFactory is called after the concrete | |
12 factory class has been instantiated. | |
13 | |
1 2011-03-02 Ingo Weinzierl <ingo@intevation.de> | 14 2011-03-02 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * artifacts/pom.xml: Bugfix: We are able to compile the artifacts package | 16 * artifacts/pom.xml: Bugfix: We are able to compile the artifacts package |
4 with local modifications again. | 17 with local modifications again. |
5 | 18 |