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.
This commit is contained in:
Stefan Kopf
2018-03-12 12:56:36 +01:00
parent 024620d70d
commit c9a20cc17f

View File

@@ -518,6 +518,9 @@
<property name="sourceApplicationContextFactory">
<ref bean="OutboundSMTP" />
</property>
<property name="sourceBeanName">
<value>mail</value>
</property>
<property name="interfaces">
<list>
<value>org.alfresco.repo.action.executer.ActionExecuter</value>