Thanks for the immediate reply, I tried the following:
JbpmTemplate template = (JbpmTemplate) ctx.getBean("jbpmTemplate");
ProcessDefinition def =...
Type: Posts; User: meeru; Keyword(s):
Thanks for the immediate reply, I tried the following:
JbpmTemplate template = (JbpmTemplate) ctx.getBean("jbpmTemplate");
ProcessDefinition def =...
Hi Scott,
I tried to employ your rather useful hack in order to prevent redeployment of process defintions across server restarts. CustomJbpmConfigurationFactoryBean works fine, however, as you...