grails 中嵌入的 jbpm 中的计时器问题
我点击了这个链接 http://www.intelligrape.com/blog/2010/05/14/embedding-jbpm-4-3-in-a-grails-1-2-2-application/
将 jbpm 嵌入到我的项目。
问题是计时器未触发。我发现jobexecutor没有启动。
谁能帮助我让它发挥作用吗?
我使用 jbpm4.4 和 grails 1.3.5
提前感谢
rams
I followed this link
http://www.intelligrape.com/blog/2010/05/14/embedding-jbpm-4-3-in-a-grails-1-2-2-application/
to embed jbpm in my project.
The issue is timer is not triggered. I found that jobexecutor is not started.
Can anyone help me to make it work?
Iam using jbpm4.4 and grails 1.3.5
Thanks in advance
rams
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,JBPM 配置中禁用作业执行。
检查您的 jbpm.cfg.xml 文件并取消注释此行:
如果 grails 环境中没有 jbpm.cfg.xml,请检查您的 jBPM 配置是否包含这些行:
By default job execution is disabled in JBPM configuration.
Check your jbpm.cfg.xml file and uncomment this line:
If there is no jbpm.cfg.xml in a grails environment check if you jBPM configuration cantains these lines: