Thx for your answer kukeltj.

I designed a process-definition with a timer. I deployed it to my hsql-database 
and used the JobExecutor Servlet for the Timer-Handling. So far so good. My 
process can be startet and the timer is activated (and removed from the 
JBPM_JOB-table) at the right time.
After that I wanted to switch to the EJB-Timer-Services supported by 
jbpm-enterprise.ear. I deployed the ear to my JBoss and deployed the same 
process-definition to it. The JBoss i use is the one that is published with 
jbpm-suite.
When I start a process, an entry for my timer is added to my jbpm_job table. 
Also there is a new table - called TIMERS in which the app-server adds an entry 
for a timer too (using the ejb-deployers.xml). The later one fires and after 
that the entry is remove from the TIMERS-table, but not my jbpm-job.
So I guess, there is still something misconfigured and jbpm is not connected to 
the EJB-Timer. All configuration files are from jbpm-enterprise.ear :-(

I've read the docs and searched this forum but haven't found anything to help 
me yet. I'm using: 
- jBPM 3.2.3
- JBoss AS 4.2.2 (out of jbpm-suite) and
- jbpm-entrerprise.ear - so i guessed the all configurations should have been 
made.

Thx - Mike

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

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

Reply via email to