Hello,
I am wondering about the integration of the JBPM DB scheduler service from spring modules.
I do have the jbpm.cfg.xml file with an entry for the scheduler service as :
and I had this understanding that the service will be started as part of the LocalJbpmConfigurationFactoryBean implementation but it just starts the persistence service not the scheduler service.Code:<service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
Wondering how to go about the integration of this service from Spring world?
Thanks,
Arshad


