Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Trigger jobDataMap is being ignored #21

Closed
pizerg opened this issue May 3, 2013 · 2 comments
Closed

Trigger jobDataMap is being ignored #21

pizerg opened this issue May 3, 2013 · 2 comments

Comments

@pizerg
Copy link

pizerg commented May 3, 2013

This implementation does not take into account jobData defined in triggers, only the one defined in Jobs.

@michaelklishin
Copy link
Owner

In what method? RAMJobStore#storeJob, for example, does not merge trigger data map into the job's one. It does not even have the trigger in the context.

It may be Quartz's responsibility to merge the two data maps together before passing it on to the store.

@michaelklishin
Copy link
Owner

Inspecting the reference implementation suggests it does not perform job data map merging. So it must happen in Quartz core, possibly after both job and trigger a loaded from the store.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants