it's not there anymore

use:
    <!-- 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 -->
  | 
instead

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099981
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to