mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
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:
@@ -518,6 +518,9 @@
|
|||||||
<property name="sourceApplicationContextFactory">
|
<property name="sourceApplicationContextFactory">
|
||||||
<ref bean="OutboundSMTP" />
|
<ref bean="OutboundSMTP" />
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sourceBeanName">
|
||||||
|
<value>mail</value>
|
||||||
|
</property>
|
||||||
<property name="interfaces">
|
<property name="interfaces">
|
||||||
<list>
|
<list>
|
||||||
<value>org.alfresco.repo.action.executer.ActionExecuter</value>
|
<value>org.alfresco.repo.action.executer.ActionExecuter</value>
|
||||||
|
Reference in New Issue
Block a user