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 with the name x_jobchain.anyting.job_chain.action.xml and an incoming event has the value job_chain=jobchain, the event handler is executed.
Desired Behavior
The event handler should not be executed as the documentation states that event handler file name must begin with the job chain name.
[job_chain_name].*.job_chain.actions.xml
Maintenance Note
This change is not compatible. If you have event handlers that do not begin with the job chain name you have to rename the file name e.g. from x_jobchain.anyting.job_chain.action.xml to jobchain.x_anyting.job_chain.action.xml
Workaround
There is a patch.
- Please download from here
- Unzip to $scheduler_home/lib/patches
- Restart JobScheduler