From c9a20cc17ffba0eeb28e62ef33631a89c2e7e37a Mon Sep 17 00:00:00 2001 From: Stefan Kopf Date: Mon, 12 Mar 2018 12:56:36 +0100 Subject: [PATCH] REPO-1888 - Community: ALF-21838: Define sourceBeanName for mail in action-services-context.xml Explicitly naming bean for "mail" action in the OutboundSMTP subsystem instead of resolving it by interface so that the subsystem can contain multiple beans that all implement this interface. --- src/main/resources/alfresco/action-services-context.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/alfresco/action-services-context.xml b/src/main/resources/alfresco/action-services-context.xml index e7ce0542c7..321ee9d495 100644 --- a/src/main/resources/alfresco/action-services-context.xml +++ b/src/main/resources/alfresco/action-services-context.xml @@ -518,6 +518,9 @@ + + mail + org.alfresco.repo.action.executer.ActionExecuter