[
http://jira.jboss.com/jira/browse/JBPM-477?page=all ]
Ronald van Kuijk closed JBPM-477.
---------------------------------
Resolution: Out of Date
if still an issue in 3.2 please reopen
saveProcessInstance does not save Logs & Timers of Sub-Processes
----------------------------------------------------------------
Key: JBPM-477
URL:
http://jira.jboss.com/jira/browse/JBPM-477
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.0.2
Reporter: Bernd Ruecker
Assigned To: Tom Baeyens
line 200 and following:
public void saveProcessInstance(ProcessInstance processInstance) {
try {
// saveProcessInstanceLogs(processInstance);
session.saveOrUpdate(processInstance);
jbpmSession.getLoggingSession().saveLogs(processInstance);
jbpmSession.getSchedulerSession().saveTimers(processInstance);
} catch (Exception e) {
log.error(e);
jbpmSession.handleException();
throw new RuntimeException("couldn't save process instance '" +
processInstance + "'", e);
}
}
this code does not save logs & timers of created sub-processes!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira