JobDataAsMap « Job « Spring Q&A





1. Quartz - setting a jobDataAsMap property to a jobDetailBean    forum.springsource.org

Quartz - setting a jobDataAsMap property to a jobDetailBean Hi, I just put together a simple job using the quartz scheduler. The bean config XML file is as follows -

2. Quartz and usings ref in jobDataAsMap 'entries'.    forum.springsource.org

So my question is how can I re-use the wiring I have setup for the rest of my app (It's a webapp and all my URL mapping / code works fine) ...

3. Quartz & JobDataAsMap always keep refs as Singletons?    forum.springsource.org

Quartz & JobDataAsMap always keep refs as Singletons? I've been using Spring 2.0.4 for a while now in our project, and we've been injecting a number of object to the Jobs ...

4. JobDataAsMap from JobDetailBean not being mapped to Job    forum.springsource.org

JobDataAsMap from JobDetailBean not being mapped to Job Hi In Spring 2.5.6 I am having some problems with JobDetailBean. It appears that the Spring managed beans that I set in the ...