1. Spring @Configuration (non-xml configuration) for annotation-driven tasks stackoverflow.comCan anyone explain how to do achieve a basic configuration of a task using the @Scheduled annotation without any XML configuration? All the examples I can find use at least a ... |
2. What does it take, other then web.xml, to get my_quartz.properties to load? forum.springsource.orgAgain thanks for the answer. I did read the JavaDocs and Reference manual. My problem was I read them for both Spring and Quartz and got the relationship between the to ... |
3. Quartz Scheduling - Read a property file in schedulingContext-quartz.xml forum.springsource.orgQuartz Scheduling - Read a property file in schedulingContext-quartz.xml Hi, I am using springs Quartz scheduler for scheduling my Jobs. Problem is i am not able to read values from the ... |
4. How to configure multi-quartz-jobs in one application.xml file? forum.springsource.orgHow to configure multi-quartz-jobs in one application.xml file? Hi, my case like below: One application, several components, each component has a individual spring config file named application-comonentName.xml, some of compoments have ... |
5. JobParameters in job.xml forum.springsource.orgCan I access JobParameter in job.xml file? Suppose I launched a job with JobParameters (key->"key1", value="value1"). How do i use the job parameter "key1" in my job.xml? |
6. Quartz and xml configurations. forum.springsource.orgQuartz and xml configurations. Hi I'm wondering, how can I modify (or add) scheduled events to my quartz jobs given that they are configured by the XYZ-spring-servlet.xml file. In general I ... |
7. XML Jobs ?? where is my data forum.springsource.orgMar 23rd, 2010, 06:53 PM #1 ridmess View Profile View Forum Posts Private Message Junior Member Join Date Mar 2010 Posts 1 XML Jobs ?? where is my data I am ... |
8. Problem with jobParameter in xml configuration file forum.springsource.orgHi everyone, I'm facing a strange problem in my spring batch application. It seems I've made a misoncifugration as I can't use #{jobParameters} in my app since I got this exception ... |