Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9, 1.10, 1.11, 1.12
-
None
Description
Current Situation
If there is a event handler like <job_chain_name>.anything.jobchain.actions.xml that matches the regular expression myJobChainName"(\\..*)?\\.job_chain
.actions.xml$ this event handler will be executed when adding an event that has myJobChainName as value of the job chain. Only event handlers that do match the regular expression will executed.
In the periodic run, all event handlers will be executed.
Desired Behavior
If there is a event handler like <job_chain_name>.anything.jobchain.actions.xml that matches the regular expression myJobChainName"(\\..*)?\\.job_chain
.actions.xml$ this should be considered also in the periodic run. That means that in the periodic run only the non specific event handlers are executed.
Workaround
There is a patch.
- Please download from here
- Unzip to $scheduler_home/lib/patches
- Restart JobScheduler