From 592d033169bb7e94c6ee234a3c90f2ef543229b0 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Tue, 29 Oct 2013 14:27:14 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (Cloud/4.3) to HEAD (Cloud/4.3) 57323: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3) 57320: Merged V4.2.0 (4.2) to V4.2-BUG-FIX (4.2.1) 57217: Fix for ALF-20422 Admin Console not working after adding Passthru in Directory Rollback Fix for ALF-20360 (MNT-9858) Alfresco with wcm web project not started if enabled index.recovery.mode=FULL - R 56794 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@57325 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../management/subsystems/ChildApplicationContextFactory.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java b/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java index 27abcdd528..fa25d1f72c 100644 --- a/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java +++ b/source/java/org/alfresco/repo/management/subsystems/ChildApplicationContextFactory.java @@ -800,10 +800,8 @@ public class ChildApplicationContextFactory extends AbstractPropertyBackedBean i try { - this.applicationContext = applicationContext; - applicationContext.refresh(); - + this.applicationContext = applicationContext; ChildApplicationContextFactory.logger.info("Startup of '" + getCategory() + "' subsystem, ID: " + getId() + " complete");