Add activityRecovery definitions in deploy.xml
----------------------------------------------

                 Key: ODE-762
                 URL: https://issues.apache.org/jira/browse/ODE-762
             Project: ODE
          Issue Type: Improvement
          Components: BPEL Runtime
    Affects Versions: 1.3.4
            Reporter: Rafal Rusin
            Assignee: Rafal Rusin
             Fix For: 1.3.5


Currently, we have activityRecovery embedded into compiled process (CBP). 
Such definitions are not possible to modify without deploying new process 
version. 
It would be more flexible to be able to define such entries in deploy.xml, near 
invokes elements:

        <ext:failureHandling>
          <ext:retryFor>2</ext:retryFor>
          <ext:retryDelay>0</ext:retryDelay>
        </ext:failureHandling>



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to