I've solved my problem.
It is necessary to specify which class to use for the Scheduler service in the
jbpm.cfg.xml file.
| <jbpm-context>
| ...
| <service name="scheduler"
factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
| </jbpm-context>
|
Hope this helps
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004685#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...