From a656240a2f39a7b28b2e09c9fffff04d7b7fcbbb Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Fri, 25 Oct 2013 11:08:29 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (Cloud/4.3) to HEAD (Cloud/4.3) 57156: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3) 57006: Merged PATCHES/V4.2.0 (4.2.0) to V4.2-BUG-FIX (4.2.1) 56794: Fix for ALF-20360 Alfresco with wcm web project not started if enabled index.recovery.mode=FULL git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@57192 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../management/subsystems/ChildApplicationContextFactory.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java b/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java index fa25d1f72c..27abcdd528 100644 --- a/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java +++ b/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java @@ -800,8 +800,10 @@ public class ChildApplicationContextFactory extends AbstractPropertyBackedBean i try { - applicationContext.refresh(); this.applicationContext = applicationContext; + + applicationContext.refresh(); + ChildApplicationContextFactory.logger.info("Startup of '" + getCategory() + "' subsystem, ID: " + getId() + " complete");