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.