comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java @ 328:1eb7863136f4

ArtifactDatabase: Called context listeners too early. artifacts/trunk@2583 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 25 Aug 2011 14:22:41 +0000
parents ddc35c950e97
children 089c6f7794b5
comparison
equal deleted inserted replaced
327:8a3ddd374dd1 328:1eb7863136f4
1707 ArtifactDatabaseImpl.this, 1707 ArtifactDatabaseImpl.this,
1708 CallContext.NOTHING, 1708 CallContext.NOTHING,
1709 callMeta, 1709 callMeta,
1710 c); 1710 c);
1711 1711
1712 try { 1712 return new DeferredCollectionOutputImpl(c, type, format, callMeta);
1713 return new DeferredCollectionOutputImpl(c, type, format, callMeta);
1714 }
1715 finally {
1716 cc.postCall();
1717 }
1718 } 1713 }
1719 1714
1720 protected void initCallContext(CallContext cc) { 1715 protected void initCallContext(CallContext cc) {
1721 logger.debug("initCallContext"); 1716 logger.debug("initCallContext");
1722 if (callContextListener != null) { 1717 if (callContextListener != null) {

http://dive4elements.wald.intevation.org