quartz-scheduler
java ClassNotFoundException LoggerFactory when setting Quartz up
So I\'m using the Quartz jar: quartz-all-2.0.1.jar. From the readme, that jar is supposed to have everything set up. However, when I try to create a SchedulerFactory using[详细]
2023-03-01 09:11 分类:问答configuration of a cronTrigger (with opensymphony quartz)
I have a web app that has to do something every, let\'s say first day of every month. It\'s a GWT application divided into 4 projects (if that ever matters) and I added these jars using Maven (which[详细]
2023-02-28 01:02 分类:问答How do I pass data to a method being run as a MethodInvokingJobDetailFactoryBean?
What I\'m really trying to do is create a Quartz job that doesn\'t run concurrently, but also can access t开发者_如何学Gohe JobExecutionContext in order to get the previousFireTime.Here\'s my object:[详细]
2023-02-25 18:37 分类:问答How to use Quartz with QuartzInitializerListener?
I\'m having trouble to understand how to use Quartz with QuartzInitializerListener. First I declare that listener in deployment descriptor. But then, how to I add my jobs? Taking a look at QuartzInit[详细]
2023-02-25 08:54 分类:问答How can I enable Java Remote debugging using quartz with spring framework?
I have an application that uses Spring-Batch and its jobs are launched through Quartz. The prob开发者_如何学运维lem is that my application starts using the debugging mode on, I have set some breakpoi[详细]
2023-02-25 07:31 分类:问答Quartz scheduling problem
In my web app i have to retreive the dates on which reminders are to be sent from a database and send Sms andemail reminders on those dates.Can anyone tell me how to do this?I have to use quartz sched[详细]
2023-02-24 09:44 分类:问答Quartz misfiring policies
I\'m new to Quartz in java and I have a question regarding misfiring. I have set up a SimpleTrigger which fires every 5 seconds. Sometimes the associated job takes over 5 seconds. I\'d like to skip t[详细]
2023-02-24 06:13 分类:问答Scheduling a persistent entity
Let\'s say I have some DB entity with a CronExpression field: @Entity @Table(name = \"job\") public class Job {[详细]
2023-02-24 04:53 分类:问答How to use Java Service Wrapper for our java application
开发者_StackOverflow社区I\'m trying to implement scheduler to my application. I use spring and quartz support.[详细]
2023-02-22 11:06 分类:问答Simple Java timer library
I have 开发者_如何学Cneed for timer code in Java with these features: Setting pieces of codes (Runnable or something like it) to execute once after a specific delay (with second precision)[详细]
2023-02-21 22:41 分类:问答