comparison artifact-database/src/main/java/de/intevation/artifactdatabase/FactoryBootstrap.java @ 307:d96bcb40dbf9

Make artifact server bootable again. artifacts/trunk@2425 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 31 Jul 2011 15:18:57 +0000
parents 40b64b4aafce
children 1d517e051e95
comparison
equal deleted inserted replaced
306:9dbeb88006e9 307:d96bcb40dbf9
470 LifetimeListener listener = 470 LifetimeListener listener =
471 (LifetimeListener)clazz.newInstance(); 471 (LifetimeListener)clazz.newInstance();
472 472
473 listener.setup(Config.getConfig()); 473 listener.setup(Config.getConfig());
474 474
475 lifetimeListeners.add(listener); 475 ltls.add(listener);
476 } 476 }
477 catch (ClassNotFoundException cnfe) { 477 catch (ClassNotFoundException cnfe) {
478 logger.error(cnfe.getLocalizedMessage(), cnfe); 478 logger.error(cnfe.getLocalizedMessage(), cnfe);
479 } 479 }
480 catch (InstantiationException ie) { 480 catch (InstantiationException ie) {

http://dive4elements.wald.intevation.org