IntelliJ Java IDE
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
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.
 
IntelliJ Java IDE
 
subject: From where ejb timers are restored in jboss 4.0 ?
 
Threads others viewed
Java EE timer service and periodical jobs
EJB Timers
EJB Timers in JBoss
Need to restart timer with different time
EJB2.1 Timer Service
developer file tools