[jboss-user] [JBoss jBPM] - Re: 3.2 scheduler in ear

brittm do-not-reply at jboss.com
Fri Apr 6 11:57:34 EDT 2007


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 at 462718'
  | 10:46:40,267 DEBUG [JbpmContext] closing JbpmContext
  | 10:46:40,267 DEBUG [Services] closing service 'persistence': org.jbpm.persistence.jta.JtaDbPersistenceService at be1539
  | 10:46:40,268 DEBUG [DbPersistenceService] committing hibernate transaction
  | 10:46:40,424 DEBUG [Services] closing service 'scheduler': org.jbpm.scheduler.ejbtimer.EjbSchedulerService at 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 at 13d2b1c
  | 10:46:40,425 DEBUG [Services] closing service 'logging': org.jbpm.logging.db.DbLoggingService at d97a79
  | 10:46:40,425 DEBUG [Services] closing service 'authentication': org.jbpm.security.authentication.DefaultAuthenticationService at 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#4035375

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035375



More information about the jboss-user mailing list