上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: 1.Java活动 JDPL配置Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Java文件Code highlighting produced by Actipro CodeHighlighter (freeware)htt... 阅读全文
posted @ 2010-10-15 17:17 Me疯子_(~ 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1.Java活动  JDPL配置[代码]  Class:指定要执行的类  method:指定要执行的方法名称  var:是该方法的返回值,方法执行之后值就保存在该变量中-->Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<java nam... 阅读全文
posted @ 2010-10-15 17:17 Me疯子_(~ 阅读(223) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2010-10-14 14:34 Me疯子_(~ 阅读(328) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> ABC 0 功能参数 1 典型应用 2 ... 阅读全文
posted @ 2010-10-14 14:34 Me疯子_(~ 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1) 任务分配给单个用户org.jbpm.examples.task.assignee的例子修改一下其中的jpdl文件,代码如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 部署完流程后,启动流程实例并分配... 阅读全文
posted @ 2010-09-29 13:18 Me疯子_(~ 阅读(230) 评论(0) 推荐(0) 编辑
摘要: [代码]1) 任务分配给单个用户org.jbpm.examples.task.assignee的例子修改一下其中的jpdl文件,代码如下:[代码]部署完流程后,启动流程实例并分配给owner=HanDou的用户:[代码]通过流程实例ID,查找用户为HanDou的任务:[代码]用户执行当前任务:taskService.completeTask(taskList.get(0).getId());2) ... 阅读全文
posted @ 2010-09-29 13:18 Me疯子_(~ 阅读(1547) 评论(0) 推荐(0) 编辑
摘要: 1.在tomcat6.0下布署错误 基于JBPM4的web项目jsp页面发布出错现象:[代码]原因: 项目中WEB-INF\lib中的三个jar包(juel.jar, juel-engine.jar, juel-impl.jar)和tomcat6下lib中jar包(el-api.jar)冲突解决方法: 方法一:换成tomcat5.5 一点问题也没有了 方法二:将juel.jar, juel-eng... 阅读全文
posted @ 2010-09-29 09:12 Me疯子_(~ 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 1.在tomcat6.0下布署错误 基于JBPM4的web项目jsp页面发布出错现象:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> javax.servlet.ServletException: java.lang.LinkageError: ... 阅读全文
posted @ 2010-09-29 09:12 Me疯子_(~ 阅读(219) 评论(0) 推荐(0) 编辑
摘要: JBPM版本4.3 代码: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->。。。 ExecutionService executionService = processEngine.getExecutionService(); ProcessIn... 阅读全文
posted @ 2010-09-28 17:35 Me疯子_(~ 阅读(493) 评论(0) 推荐(0) 编辑
摘要: JBPM版本4.3代码:[代码]跟踪后发现时在执行jbpm.execution.hbm.xml文件中的命名查询findExecutionById时引发的异常,最终生成的sql中将execution.id映射成了execution.dbId(生成sql的片段:where executioni0_.DBID_=?)由于dbId是long型,而id是String型,所以导致了该异常。[代码]这个问题是由... 阅读全文
posted @ 2010-09-28 17:35 Me疯子_(~ 阅读(435) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页