I have been trying to write an MBean wrapper around Quartz as well as an EJB interface to it for the past week or so. It works pretty well with one _major_ exception.
The Quartz JDBCJobStore implementation is pretty lousy. I've posted a message to [EMAIL PROTECTED] suggesting a rewrite, but so far haven't heard anything back. Bottom line: their JDBCJobStore implementation cannot be called within a CMT. :-/ So, for now, all jobs are volatile. ++jeff On Sunday 10 November 2002 12:33 pm, Jason Dillon wrote: > What about Quartz? Lets integrate instead of invent where we can. > > --jason > > > <snip> > what do you guys think of a new scheduler? > > marc f > > > -----Original Message----- > > From: Ben Sabrin [mailto:ben@;jboss.org] > > Sent: Monday, November 04, 2002 3:58 AM > > To: Marc Fleury > > Subject: FW: Quartz J2EE Scheduler > > > > > > for your consumption. > > > > > > Ben Sabrin > > > > Director of Sales and Business Development > > JBoss Group, LLC > > > > > > -----Original Message----- > > > > From: Nathan Phelps [mailto:nphelps@;solarc.com] > > Sent: Wednesday, October 30, 2002 9:20 PM > > To: 'Ben Sabrin' > > Subject: Quartz J2EE Scheduler > > > > > > Here is the link to the Scheduler I was talking about today: > > > > http://quartz.sourceforge.net > > > > > Again, thanks for your visit. > > > > I've already gotten feedback about how much everyone enjoyed it. > > > > > Thanks, > > > Nathan > > </snip> > > On Sunday, November 10, 2002, at 11:15 AM, Scott M Stark wrote: > > I have not seen anyone mention this so go ahead. > > > > xxxxxxxxxxxxxxxxxxxxxxxx > > Scott Stark > > Chief Technology Officer > > JBoss Group, LLC > > xxxxxxxxxxxxxxxxxxxxxxxx > > > > ----- Original Message ----- > > From: "Andy" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, November 10, 2002 10:18 AM > > Subject: [JBoss-dev] J2EE Timer Service > > > >> Hi Geeks > >> > >> Did anyone started to develop the EJB 2.1 Timer Service ? > >> > >> Otherwise I will have a look into it because I think we could > >> use the Scheduler. > >> > >> Have fun - Andy > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd522.html _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
