Phantom timeout!

I'm having a strange problem where a ejbTimeout() event is fired, even though no Timer was scheduled to go off at that time.

This is usually happening when the ejbTimeout() is called for the first time, and while in processing and sometimes when it finishes, this phatom timeout ocurrs again, thus causing the ejbTimeout() to be called again.

Anyone got any suggestions on what i am doing wrong? Probably a configuration error?

Hope to hear from anyone.

Thanks

[493 byte] By [thiago83a] at [2007-11-26 13:55:45]
# 1

Which Java EE implementation are you using? What values are passed to the createTimer

method for the timer in question? Are there any errors being thrown from the ejbTimeout

method? One possibility is that either a runtime exception or a setRollbackOnly call for

a CMT @Timeout method is causing a timer redelivery.

--ken

ksaksa at 2007-7-8 1:34:57 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...