コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM Configurable Schduler

Avatar

Level 3

Hi All,

I have a requirement where need to configure a schduler that will send JCR data of specific node via email everyweek to sales team. I would like to make this schduler configurable to be able to select path + osgi service, so that same can be used if I want to tun this schduler for another new form.

really appreciate all your help if anyone of you please let me know how to make configurable schduler in AEM 6.2.

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

Hi,

There is no such ootb component available, you need to implement it on your own.

kind regards,

Jörg

元の投稿で解決策を見る

3 返信

Avatar

Employee Advisor

Hi,

It's quite easy to turn a service into a factory service (see [1]).

Jörg

[1] OSGi how to run mutliple instances of one service - Stack Overflow

Avatar

Level 3

Thank you so much for the solution.

Also, is there a way to create a component or any other solution to configure email recipients and JCR data path for Administrator to send email via schduler.

Avatar

正解者
Employee Advisor

Hi,

There is no such ootb component available, you need to implement it on your own.

kind regards,

Jörg