Mercurial > dive4elements > framework
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 02 07:28:20 2011 +0000 +++ b/ChangeLog Wed Mar 02 07:36:00 2011 +0000 @@ -1,3 +1,16 @@ +2011-03-02 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultUserFactory.java, + artifacts/src/main/java/de/intevation/artifacts/UserFactory.java: Added + a setup method like the artifact factories have. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: + Added an import statement for the UserFactory that was missing here. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java: + The setup() method of the UserFactory is called after the concrete + factory class has been instantiated. + 2011-03-02 Ingo Weinzierl <ingo@intevation.de> * artifacts/pom.xml: Bugfix: We are able to compile the artifacts package