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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...