File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes From where ejb timers are restored in jboss 4.0 ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "From where ejb timers are restored in jboss 4.0 ?" Watch "From where ejb timers are restored in jboss 4.0 ?" New topic
Author

From where ejb timers are restored in jboss 4.0 ?

Akshay Kumar
Ranch Hand

Joined: Feb 24, 2004
Posts: 37
hi,
i want to control the timers restoring after startup of jboss. the problem that i am facing is after i cancel a timer, it cancels it but unable to remove the timer from db. so, when i restart my jboss, the unremoved timer restored and resulting in issues.

i tried by manually removing all records from the table "TIMERS" using the tool "DatabaseManagerSwing.class" from hsqldb.jar file. and it removed all records but when i restart jboss, restores the timer. From where does it restore? other than class "DatabasePersistencePolicy.class", any other being used to persist the timer?

and i used the values like ("org.hsqldb.jdbcDriver", "jdbc:hsqldb:hsql://localhost:1701/", "sa", "") i.e., the local db maintained by the container, to get a connection.

thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: From where ejb timers are restored in jboss 4.0 ?
 
Similar Threads
EJB2.1 Timer Service
EJB Timers in JBoss
EJB Timers
Need to restart timer with different time
Java EE timer service and periodical jobs