RE: Job Scheduler pattern

2002-02-08 Thread Justin Crosbie
the lifetime of the application? esp restarting if it stops running/falls over? Much appreciated, Justin -Original Message- From: Scott Farquhar [mailto:[EMAIL PROTECTED]] Sent: 29 January 2002 05:45 To: Orion-Interest Subject: Re: Job Scheduler pattern There is an interesting article

FW: Job Scheduler pattern

2002-01-29 Thread Justin Crosbie
This doesn't look like it got processed, I'll send it again... -Original Message- From: Justin Crosbie Sent: 28 January 2002 12:50 To: 'Orion-Interest' Subject: RE: Job Scheduler pattern Hi again, Thanks for the help on this. What I've done so far is this: 1. Implemented

Re: FW: Job Scheduler pattern

2002-01-29 Thread Mike Conway
why not just run a crontab and forget about having orion fire anything off? Mike Justin Crosbie wrote: [EMAIL PROTECTED]"> This doesn't look like it got processed, I'll send it again...-Original Message-From: Justin Crosbie Sent: 28 January 2002 12:50To: 'Orion-Interest'Subject: RE:

RE: Job Scheduler pattern

2002-01-28 Thread Geoff Soutter
26, 2002 2:49 AM To: Orion-Interest Subject: RE: Job Scheduler pattern Yes I have seen that, it is very bare-bones. It doesn't even use the Timer classes. I need to know how to make this robust. Thanks, Justin -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent

Re: Job Scheduler pattern

2002-01-28 Thread Scott Farquhar
: Saturday, January 26, 2002 2:49 AM To: Orion-Interest Subject: RE: Job Scheduler pattern Yes I have seen that, it is very bare-bones. It doesn't even use the Timer classes. I need to know how to make this robust. Thanks, Justin -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL

RE: Job Scheduler pattern

2002-01-26 Thread Joseph B. Ottinger
and messup any current sessions. Thanks, Paul -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 4:04 AM To: Orion-Interest Subject: Re: Job Scheduler pattern The www.orionsupport.com site has a sample scheduler that can easily

Job Scheduler pattern

2002-01-25 Thread Justin Crosbie
Hi, I'm not sure if I've asked this before, or if I should be asking on a general EJB list. I'd like to implement a job scheduler in J2EE. This would shcedule the execution of EJB methods at a specified time in the future. It would have to be persistent, and jobsd would be rescheduled upon

Re: Job Scheduler pattern

2002-01-25 Thread Joseph B. Ottinger
The www.orionsupport.com site has a sample scheduler that can easily be converted to do something like this. On Fri, 25 Jan 2002, Justin Crosbie wrote: Hi, I'm not sure if I've asked this before, or if I should be asking on a general EJB list. I'd like to implement a job scheduler in

Re: Job Scheduler pattern

2002-01-25 Thread Magnus Hoem
I'm using a TImer and TimerTasks in my system, and it works perfectly well (even though one is not supposed to use threads in an EJB). What kind of RemoteException are you getting? Cheers, Magnus On fredag, januari 25, 2002, at 10:02 , Justin Crosbie wrote: Hi, I'm not sure if I've asked

RE: Job Scheduler pattern

2002-01-25 Thread Justin Crosbie
Yes I have seen that, it is very bare-bones. It doesn't even use the Timer classes. I need to know how to make this robust. Thanks, Justin -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: 25 January 2002 12:04 To: Orion-Interest Subject: Re: Job Scheduler

RE: Job Scheduler pattern

2002-01-25 Thread Joseph B. Ottinger
the Timer classes. I need to know how to make this robust. Thanks, Justin -Original Message- From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Sent: 25 January 2002 12:04 To: Orion-Interest Subject: Re: Job Scheduler pattern The www.orionsupport.com site has a sample

RE: Job Scheduler pattern

2002-01-25 Thread Paul Knepper
To: Orion-Interest Subject: Re: Job Scheduler pattern The www.orionsupport.com site has a sample scheduler that can easily be converted to do something like this. On Fri, 25 Jan 2002, Justin Crosbie wrote: Hi, I'm not sure if I've asked this before, or if I should be asking on a general EJB list