No. I mean 60 MINUTES. Actually, PT60M8S to be exact, and the result delay was 3608
seconds.
As of the weird issue :-(
The pulling interval is 1 second:
| <!-- jBPM Scheduler -->
| <servlet>
| <servlet-name>schedulerServlet</servlet-name>
|
<servlet-class>org.jbpm.scheduler.impl.SchedulerServlet</servlet-class>
| <init-param>
| <param-name>interval</param-name>
| <param-value>1000</param-value>
| </init-param>
| <load-on-startup>1</load-on-startup>
| </servlet>
| <servlet-mapping>
| <servlet-name>schedulerServlet</servlet-name>
| <url-pattern>/scheduler</url-pattern>
| </servlet-mapping>
|
And the service got invoked.
Please let me know what the problem would be. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981417#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...