[jboss-user] [JBoss jBPM] - Re: where is org.jbpm.web.JbpmThreadsServlet in jbpm-jpdl.ja
kukeltje
do-not-reply at jboss.com
Mon Oct 29 15:31:14 EDT 2007
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
More information about the jboss-user
mailing list