[esb-issues] [JBoss JIRA] Created: (JBESB-3489) ProcessLogs that represent changes of process intance that take place within Timer.Execute are not saved in DB

Kevin Conner (JIRA) jira-events at lists.jboss.org
Mon Sep 27 08:56:28 EDT 2010


ProcessLogs that represent changes of process intance that take place within Timer.Execute are not saved in DB
--------------------------------------------------------------------------------------------------------------

                 Key: JBESB-3489
                 URL: https://jira.jboss.org/browse/JBESB-3489
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Process flow
    Affects Versions: 4.9
            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 contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list