mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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
This commit is contained in:
@@ -800,8 +800,10 @@ public class ChildApplicationContextFactory extends AbstractPropertyBackedBean i
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
applicationContext.refresh();
|
|
||||||
this.applicationContext = applicationContext;
|
this.applicationContext = applicationContext;
|
||||||
|
|
||||||
|
applicationContext.refresh();
|
||||||
|
|
||||||
ChildApplicationContextFactory.logger.info("Startup of '" + getCategory() + "' subsystem, ID: "
|
ChildApplicationContextFactory.logger.info("Startup of '" + getCategory() + "' subsystem, ID: "
|
||||||
+ getId() + " complete");
|
+ getId() + " complete");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user