[jboss-user] [JBoss jBPM] - Timer problem

2007-09-21 Thread sonicfab
I am testing a very simple process containing only one node, in which a basic timer is declared. The process is called by the doGet method of a basic servlet : | protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { |

[jboss-user] [JBoss jBPM] - Timer Problem

2007-01-29 Thread colsona
I deployed the attached process definition an ran it usin the attached JobQueueBean. The process executes to the wait state and appears to create the timer. I found that the timer never fired. In step tracing the timer creation I found the following methid in the Jboss source: public void crea

[jboss-user] [JBoss jBPM] - Timer Problem

2006-08-25 Thread helidesai
Hello, I am using Timer in Task element. The timer is executing because I can see the entry in JBPM_TIMER table. But the action associated with Timer is not executed. Please let me know what should I do? My processdefinition is: