I'm seeing this:
10:46:39,984 DEBUG [EjbSchedulerService] creating timer timer(myTimeout,10:46:39,983)
| ...
| 10:46:40,166 DEBUG [Services] executing default save operations
| 10:46:40,166 DEBUG [HibernateSaveOperation] saving process instance
| 10:46:40,166 DEBUG [SaveLogsOperation] flushing logs to logging service.
| 10:46:40,250 DEBUG [CascadeSaveOperation] cascading save of
'org.jbpm.graph.exe.ProcessInstance@462718'
| 10:46:40,267 DEBUG [JbpmContext] closing JbpmContext
| 10:46:40,267 DEBUG [Services] closing service 'persistence':
org.jbpm.persistence.jta.JtaDbPersistenceService@be1539
| 10:46:40,268 DEBUG [DbPersistenceService] committing hibernate transaction
| 10:46:40,424 DEBUG [Services] closing service 'scheduler':
org.jbpm.scheduler.ejbtimer.EjbSchedulerService@1731840
| 10:46:40,424 DEBUG [EjbSchedulerService] removing the timer service session bean
| 10:46:40,425 DEBUG [Services] closing service 'tx':
org.jbpm.tx.TxService@13d2b1c
| 10:46:40,425 DEBUG [Services] closing service 'logging':
org.jbpm.logging.db.DbLoggingService@d97a79
| 10:46:40,425 DEBUG [Services] closing service 'authentication':
org.jbpm.security.authentication.DefaultAuthenticationService@1f7d5c3
|
But from TimerServiceBean.ejbTimeout() I'm never seeing this happen:
log.debug("ejb timer "+ejbTimer+" fires");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035375#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...