don't hard-code identity in generic contribution
------------------------------------------------
Key: NXP-7833
URL: https://jira.nuxeo.com/browse/NXP-7833
Project: Nuxeo Enterprise Platform
Issue Type: Bug
Affects Versions: 5.4.2
Reporter: Stéphane Lacoin
Assignee: Stéphane Lacoin
Fix For: 5.5
The contributed mail received scheduled make use of a specific identity. This
is not required and this breaks the logic once the customer is removing the
generic account.
{code}
<extension point="schedule"
target="org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService">
<schedule id="mailReceivedSchedule">
<username>Administrator</username>
<password>********</password>
<eventId>MailReceivedEvent</eventId>
<eventCategory>default</eventCategory>
<!-- every half hour of every day -->
<cronExpression>0 0/30 * * * ?</cronExpression>
</schedule>
</extension>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets