- 浏览: 11443 次
- 性别:
- 来自: 深圳
最新评论
文章列表
java.lang.IllegalStateException: task instance '138843' is already ended
at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:396)
at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:382)
at com.huawei.dcmp.workflow.jbpm.JbpmUtilImpl.handleProcessInstance(JbpmUtilImpl.java:239)
at ...
Locked ownable synchronizers: - <0x059d7438> (
a java.util.concurrent.locks.ReentrantLock$NonfairSync)
<bean id="threadPool"
35. class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor">
36. <!-- 核心线程数 -->
37. < ...
Exception in thread "threadPoolTaskExecutor-2" org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1; nested exception is org.hibernate.StaleStateException: Batch update ret ...
ApplicationContext ctx = WebApplicationContextUtils
.getRequiredWebApplicationContext(ServletActionContext.getServletContext());
JBPM入门(2010-05-24 17:58:20)转载标签: processrepositoryexecutiontasktaskserviceisactive工作流java 分类: 工作圈
jBPM是一种基于J2EE的轻量级工作流管理系统,是JBoss开源项目中的一个组成部分。
JBPM核心类及接口介绍:
ProcessEngieen:central starting point for all process engine API interactions
functions:getExecutionService(),getRepositoryService ...
package com.huawei.mail;
import java.util.Properties;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.AddressException;
impo ...
id State Bundle
0 ACTIVE system.bundle_3.2.2.R32x_v20070118
134 ACTIVE org.springframework.osgi.io_1.2.1
136 ACTIVE org.springframework.osgi.extender_1.2.1
137 ACTIVE org.springframework.osgi.core_1.2.1
138 ACTIVE org.springframework.aop_2.5.6.SEC01
139 ACTIVE org. ...
codetemplates.xml
// ${todo} Auto-generated function stub ${body_statement}/** * Comment for ${field} * */${body_statement} // ${todo} Auto-generated constructor stub/** * @author : ${user} * @version: 1.0 * 时间 : ${date} * 描述 : ${todo} * 实现方法:${todo} * Copyright 1988-2005, [aaaa] Tech. Co., Ltd. * ...