Re: timed events

2002-04-09 Thread Ray Brown
Get Sims Computing Inc product called Flux. You will need to set the times via a servlet or application, but it provides the timer or clock that your're writing about. http://www.simscomputing.com/ On Wednesday 13 March 2002 08:06 am, you wrote: > Perhaps via a croned java client? > > //Johan > -

RE: timed events

2002-03-14 Thread Jens Schumann
] | Sent: Thursday, March 14, 2002 7:49 AM | To: Orion-Interest | Subject: RE: timed events | | | Jens, | | Unfortunately, you're correct :-(. It is not portable for exactly what you | have written (Context issues), but for Orion it is pretty simple and | straightforward. | | Tibor | | -Ori

Re: timed events

2002-03-14 Thread Linus Larsen
Behalf Of >> | [EMAIL PROTECTED] >> | Sent: Wednesday, March 13, 2002 5:21 PM >> | To: Orion-Interest >> | Subject: RE: timed events >> | >> | >> | Hi, >> | >> | I use a java.util.Timer wrapped my Scheduler class to schedule >> | tasks. I

RE: timed events

2002-03-13 Thread tibor . hegyi
PM To: Orion-Interest Subject: RE: timed events Which is not that portable across Application Servers ;) Typical issues are JNDI lookup problems up to ClassCastExceptions. Jens | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of | [EMAIL PROTECTED] |

RE: timed events

2002-03-13 Thread Tim Endres
--Original Message- > | From: [EMAIL PROTECTED] > | [mailto:[EMAIL PROTECTED]]On Behalf Of > | [EMAIL PROTECTED] > | Sent: Wednesday, March 13, 2002 5:21 PM > | To: Orion-Interest > | Subject: RE: timed events > | > | > | Hi, > | > | I use a java.util.Timer wrapp

RE: timed events

2002-03-13 Thread Jens Schumann
: Orion-Interest | Subject: RE: timed events | | | Hi, | | I use a java.util.Timer wrapped my Scheduler class to schedule | tasks. I bind | an instance of this Scheduler to the JNDI from one of my servlet's init() | method. | | It works fine, use -userThreads switch to start orion if you want co

RE: timed events

2002-03-13 Thread Justin Crosbie
o: Orion-Interest Subject: Re: timed events Perhaps via a croned java client? //Johan - Original Message - From: "Casper Højstrup" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 10:20 AM Subject: timed events

RE: timed events

2002-03-13 Thread tibor . hegyi
Hi, I use a java.util.Timer wrapped my Scheduler class to schedule tasks. I bind an instance of this Scheduler to the JNDI from one of my servlet's init() method. It works fine, use -userThreads switch to start orion if you want context lookup from the scheduled threads. HTH, Tibor -Or

Re: timed events

2002-03-13 Thread Johan Fredriksson
Perhaps via a croned java client? //Johan - Original Message - From: "Casper Højstrup" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 10:20 AM Subject: timed events > > This more of a regular EJB question, I suppose. > > I need to initiate s