]
RH Bugzilla Integration updated JBESB-3489:
-------------------------------------------
Bugzilla References:
ProcessLogs that represent changes of process intance that take place
within Timer.Execute are not saved in DB
--------------------------------------------------------------------------------------------------------------
Key: JBESB-3489
URL:
https://issues.jboss.org/browse/JBESB-3489
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Process flow
Affects Versions: 4.7 CP2
Reporter: Toshiya Kobayashi
Log events won't be saved when they are triggered by Timer.
This issue was fixed in JobExecutorThread ( JBPM-1015 ). But regarding SOA integration,
only org.jboss.soa.esb.services.jbpm.integration.job.ExecuteJobCommand includes the fix.
org.jboss.soa.esb.services.jbpm.integration.job.ExecuteTimerCommand should follow.
# Snippet from org.jboss.soa.esb.services.jbpm.integration.job.ExecuteJobCommand
// register process instance for automatic save
// see
https://jira.jboss.org/jira/browse/JBPM-1015
ProcessInstance processInstance = job.getProcessInstance();
jbpmContext.addAutoSaveProcessInstance(processInstance);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: