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

Reply via email to