RE: java.util.timer firing twice

2007-10-10 Thread Caldarale, Charles R
> From: David kerber [mailto:[EMAIL PROTECTED] > Subject: Re: java.util.timer firing twice > > Now to come up with a workaround; I should be able to just > check to see which context the timer is running under in > the, and bail out if it's not the one I want, shouldn&

Re: java.util.timer firing twice

2007-10-10 Thread David kerber
which context the timer is running under in the, and bail out if it's not the one I want, shouldn't I? Thanks!!! D Caldarale, Charles R wrote: From: David kerber [mailto:[EMAIL PROTECTED] Subject: java.util.timer firing twice I have a situation where a java.util.timer object sc

RE: java.util.timer firing twice

2007-10-10 Thread Caldarale, Charles R
> From: David kerber [mailto:[EMAIL PROTECTED] > Subject: java.util.timer firing twice > > I have a situation where a java.util.timer object scheduled > to run once per day (by using .scheduleAtFixedRate) is firing > two times at once Any chance your webapp has actually b

java.util.timer firing twice

2007-10-10 Thread David kerber
Running tomcat 5.5.15 on Sun JRE 1.5.0_12 I have a situation where a java.util.timer object scheduled to run once per day (by using .scheduleAtFixedRate) is firing two times at once, and it's driving me crazy trying to figure out why. The code excerpts below are my current attempt, but I have