I am using EJB 3.0 Timers in my application.

One thing about EJB Timers is that they are by default persistent which means that when ever there is server restart the Timers will automatically be invoked with out calling them again.

I have a requirement that these timers should be manually be started when ever server is restarted. For this i know we need to change some attribute in config xml which i don't know exact.

Please let me know where i need to change the attribute to set persistent=false.

Iam using Weblogic Server.

link|improve this question

67% accept rate
feedback

1 Answer

In EJB 3.0 timers are persistent and there is no attribute to set to make them non-persistent. Possibility to affect this came with EJB 3.1 TimerConfic. Also WebLogic specific configuration does not provide any help.

link|improve this answer
Hi Mikko,How can i handle such scenario where i want to make non-persistent timers. – Rana Feb 22 at 13:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.