quartz-scheduler
TaskScheduler, @Scheduled and quartz
Is there a way to have @Scheduled with quartz as the 开发者_如何学运维underlying scheduler? Two things that I can think of, but both require some work:[详细]
2023-03-22 10:01 分类:问答How to configure JBoss/Quartz to run Spring job?
I\'m new to JBoss, having been using tomcat for years.I have a Spring 3.0.x application in which I need to run a job on a regular basis.In the past, I would simply create my job class as a regular POJ[详细]
2023-03-22 07:41 分类:问答configuring Quartz CMT jobStore using Spring datasource
I\'m trying to confugre Quartz JobStoreCMT and use Spring\'s datasource as the managed datasource. Here is my Spring\'s config file with the datasource definition:[详细]
2023-03-22 07:34 分类:问答Scheduling Dependent Jobs in Quartz.Net
I need some help.I am trying to figure out how to schedule jobs in Quartz.Net.Jobs in Quartz correspond to tasks in my Web Application, which are each apart of a Job in my Web Application.I want users[详细]
2023-03-21 15:46 分类:问答How to enable Quartz scheduling in Jboss AS 7.0?
Quartz doesn\'t appear to be included with the default install of Jboss AS 7.0 Final (full). Deployment of my EAR appears to fail when the Message Driven Bean (MDB) \"FareMonitorBean\" is attempted to[详细]
2023-03-21 00:03 分类:问答How to get details of all scheduled jobs and triggers in Quartz.NET c#
I have to create administration page of all scheduled j开发者_开发技巧obs and triggers. How can i get details of running jobs and triggers in Quartz.NET? Can I pause/stop or update jobs? Is there any[详细]
2023-03-20 17:12 分类:问答Trying to register default QuartzSchedulerMBean
I\'m t开发者_运维问答rying to register the default QuartzSchedulerMBean in my JMX server running in tomcat. The Scheduler is obtained via spring using the SchedulerFactoryBean. The issue I am running[详细]
2023-03-20 12:49 分类:问答Quartz.Net - simple trigger scenarios
I\'m currently in process of selec开发者_开发技巧ting a framework for building a scheduling system.[详细]
2023-03-20 00:16 分类:问答How to use quartz scheduler in java?
I need to schedule a task that will run everyday on 7:00 p.m. in java using quartz. Can someone point out a开发者_如何学Go good tutorial on how to use quartz scheduler in java?Take a look at quartz AP[详细]
2023-03-19 03:54 分类:问答Java OutOfMemory in app with Hibernate, Quartz and and JavaMail
I have a web application running on Tomcat 6, that I created with Netbeans 6.9.1 and its wizzards for Entity classes and persistence. It uses Hibernate, MySQL as database, Quartz for running a task ev[详细]
2023-03-19 02:45 分类:问答