[JBoss-user] [Beginners Corner] - Re: Timer service won't work reliably...

2006-06-05 Thread tsar_bomba
I'm sorry, I realize I just missed probably the most important part of the exception, the root cause! It looks like HSQLDB doesn't like that I'm trying to start a timer w/ the same name. | Caused by: java.sql.SQLException: Unique constraint violation: in statement [insert into TIMERS (TIM

[JBoss-user] [Beginners Corner] - Re: Timer service won't work reliably...

2006-06-06 Thread tsar_bomba
So I narrowed this down to a single scenario...it's still not sufficient for me in production and I'm hoping there's at *least* a work-around. If I restart JBoss the Timer Service crashes w/ the aforementioned exception...however if I re-deploy the app the timer starts - so far on every test.