[jbpm-issues] [JBoss JIRA] Work started: (JBPM-2691) Save exceptions thrown while executing a job in a separate transaction

Alejandro Guizar (JIRA) jira-events at lists.jboss.org
Tue Jan 12 19:06:30 EST 2010


     [ https://jira.jboss.org/jira/browse/JBPM-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on JBPM-2691 started by Alejandro Guizar.

> Save exceptions thrown while executing a job in a separate transaction
> ----------------------------------------------------------------------
>
>                 Key: JBPM-2691
>                 URL: https://jira.jboss.org/jira/browse/JBPM-2691
>             Project: jBPM
>          Issue Type: Bug
>    Affects Versions: jBPM 3.2.8
>            Reporter: Alejandro Guizar
>            Assignee: Alejandro Guizar
>             Fix For: jBPM 3.2.9
>
>         Attachments: JobExecutorThread.diff
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> Currently the stack trace printout is saved in the same transaction provided the exception is not related to persistence. This scheme has two drawbacks:
> 1. Exceptions not related to persistence may still leave the job and the process instance as a whole in an inconsistent state.
> 2. Persistence exceptions are never saved.
> Hence saving the stack trace in a separate transaction would be preferable.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbpm-issues mailing list