[jboss-user] [JBoss jBPM] - Re: Timer persisted but not fired
ngeadah
do-not-reply at jboss.com
Wed Aug 30 13:24:54 EDT 2006
Indeed! I was missing a timer servlet in my web.xml. Here is how it's initialized:
| <servlet>
| <servlet-name>Scheduler Servlet</servlet-name>
| <servlet-class>org.jbpm.scheduler.impl.SchedulerServlet</servlet-class>
| <load-on-startup>1</load-on-startup>
| </servlet>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968440#3968440
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968440
More information about the jboss-user
mailing list