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

Alejandro Guizar (JIRA) jira-events at lists.jboss.org
Wed Jan 6 09:23:30 EST 2010


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

Alejandro Guizar updated JBPM-2691:
-----------------------------------


[snip] The usefulness of field Job.retries is questionable because there is no way to configure a higher value other than updating the job itself. [/snip]
JobExecutor should have a configurable retries field. The field should default to 1 for backwards compatibility, and set to 2 in default.jbpm.cfg.xml to allow for retries. It should be emphasized that before JBPM-2691 the retry feature was only partially functional.

> 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