crontrigger
Is there something that starts a cron in java?
I have some java written to do a very very simple operation. It needs to happen once every three hours an开发者_如何学编程d is not connected to any user action, it\'s just something that revolves ever[详细]
2023-04-08 10:22 分类:问答CruiseControl.net cronTrigger confusion
I have setup 2 projects in cc.net for the same web application.A continuous integration project that uses an interval trigger and works fine and a \"nightly build\" project that uses a cronTrigger.The[详细]
2023-04-03 09:25 分类:问答how to set a name for a TriggerListener?
i couldn\'t find the method that sets the triggerListener name. but i get the Exception: org.quartz.SchedulerException: TriggerListener \'wavemark.interfaceserver.interfaceengine.action.EngineListene[详细]
2023-03-14 05:24 分类:问答Why am i getting "Trigger's related Job's name cannot be null" error in quartz
I\'m getting this error, even though i\'m specifying a name, group and description for my job, and in the debugger i can see values for all these fields in the detail variable.[详细]
2023-03-10 15:01 分类:问答Eclipse and cronTriggered jobs debugging
I have a webapp developped in Jav开发者_如何学编程a, using GWT, Spring and Hibernate. This app has a cronTriggered job (which extends QuartzJobBean), set in a application-context.xml file.[详细]
2023-03-01 13:09 分类:问答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 分类:问答Writing a cron Expression in springs
I am using springs task scheduler(ConcurrentTaskScheduler) to schedule my tasks. I am using the API public ScheduledFuture schedule(Runnable task,Trigger trigger)[详细]
2023-02-17 00:39 分类:问答Java Quartz Cron Trigger
I am using a Quartz Cron trigger in my java program. The Cron expression I used is 0 0 * * * ? Now I wanted a scheduler to execute once an hour. To test the same started my jboss serverand after that[详细]
2023-01-15 01:29 分类:问答Difference between setCronExpression(CronExpression) and setCronExpression(String)
From the Quartz Scheduler javadocs for the method setTimeZone of class CronTrigger: If setCron开发者_JAVA百科Expression(CronExpression) is called after this method, the TimeZone setting on the CronE[详细]
2023-01-08 15:40 分类:问答Quartz Spring CronTrigger fired more times than configured
I have a cronTrigger for a job \"digestJob\": <bean id=\"digestCronTrigger\" class=\"org.springfram开发者_StackOverflow中文版ework.scheduling.quartz.CronTriggerBean\">[详细]
2023-01-08 05:35 分类:问答