[jboss-user] [JBoss jBPM] - Re: jBPM timer and scheduler

frinux do-not-reply at jboss.com
Thu Apr 2 12:00:27 EDT 2009


Ok maybe I've been too quick. I found on this forum that the class changed. Here is the code to add in the web.xml :

	<!-- This servlet serves the purpose of executing pending timer jobs. -->
  |     <!-- JbpmJobExecutorServlet BEGIN -->
  |     <servlet>
  |         <servlet-name>JobExecutorServlet</servlet-name>
  |         <servlet-class>org.jbpm.job.executor.JobExecutorServlet</servlet-class>
  |         <load-on-startup>1</load-on-startup>
  |     </servlet>
  |     <servlet-mapping>
  |         <servlet-name>JobExecutorServlet</servlet-name>
  |         <url-pattern>/jobs</url-pattern>
  |     </servlet-mapping>
  |     <!-- JbpmJobExecutorServlet END -->

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223068#4223068

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



More information about the jboss-user mailing list