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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to