有可用的 jbpm3 教程吗?
我正在拼命寻找有关如何安装 jbpm3 并成功安装的工作教程 从 jbpm-console 运行演示网络销售流程。
使用 jbpm 3.2.9(以及 jboss 5.0.1 或 4.2.3,带超音速),我可以登录 jbpm 控制台,但是当我尝试创建和评估创建新的网络销售订单任务时,我收到以下异常:
错误 完成任务时出错:抛出了“org.jbpm.graph.def.DelegationException”类型的异常。消息是:找不到适用的异常处理程序 关闭数据库上下文失败:抛出了 org.hibernate.exception.GenericJDBCException 类型的异常,并显示消息:无法打开连接
有人知道可以正常工作的 jbpm3 教程吗?
i'm searching desperately for a working tutorial on how i can install jbpm3 and successfully
run the demo websale process from the jbpm-console.
With jbpm 3.2.9 (and jboss 5.0.1 or 4.2.3, with hypersonic) i am able to log into the jbpm console, but when I try to create and evaluate the Create new web sale order task, i get the following exceptions:
Error
Error completing task: An exception of type "org.jbpm.graph.def.DelegationException" was thrown. The message is: no applicable exception handler found
Closing the database context failed: An exception of type org.hibernate.exception.GenericJDBCException was thrown, with the message: Cannot open connection
Does someone know an jbpm3 tutorial which just works?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,它发现这是一个关于 hsqldb 缺少对两阶段提交事务的支持的问题。只要我不使用任何计时器,我自己的流程就运行良好。
解决方案是安装另一个数据库,例如 postgres。
ok it seens that it is a problem concerning the hsqldb's missing support for two phase commit transactions. my own processes runned fine as long as i didnt use any timers.
the solution would be to install another db, for example postgres.