Seam 环境中 jBPM 异步延续所需的简单解决方案
我有一个启动业务流程的 Seam 应用程序。 目前没有其他应用程序或组件需要协调,只有一个 Web 应用程序。
我想在业务流程中使用异步延续,但目前如果我这样做,流程就会处于非活动状态,相关操作不会执行。
如何在 Seam 环境中“开启”异步延续?
我看过这篇文章 ,但无法找到提到的任何类,并且有点卡住了!
I have a Seam application that kicks off business processes. At the moment there is no other application or component that needs to co-ordinate, there is just the one web app.
I'd like to use asynchronous continuations in the business processes, but at the moment if I do the process just sits there inactive and the relevant actions are not executed.
How do "switch on" asynchronous continuations in a Seam environment?
I've seen this article, but cannot locate any of the classes mentioned and am a bit stuck!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终偶然发现了附加到 JBSEAM-3837 的解决方法,但仅在放弃谷歌搜索之后,尝试自己编写一个类似的 Seam 组件,然后放弃并选择独立版本。
谈论令人恼火!
I eventually stumbled into a work-around attached to JBSEAM-3837, but only after giving up Googling, attempting to write a Seam component like that one myself, then giving up on that and opting for a standalone version.
Talk about irritating!