[ https://issues.apache.org/jira/browse/ODE-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthick Sankarachary updated ODE-477: -------------------------------------- Attachment: compensation-order-dependency-for-branch.patch > exection order of multiple scoped CompensationHandlers not enforced as BPEL 2.0 specification required > ------------------------------------------------------------------------------------------------------ > > Key: ODE-477 > URL: https://issues.apache.org/jira/browse/ODE-477 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Affects Versions: 1.2 > Environment: Java 5 + > Reporter: Shammy Chen > Assignee: Karthick Sankarachary > Attachments: compensation-order-dependency-for-branch.patch, compensation-order-dependency-for-trunk.patch > > > When some fault occurs in a scope of multi-scoped process,we want to compensate all scope(s) effects executed by former scope(s),what we can do is to cause a compensation,ODE will make it happen. > The matter is, Exection order of multiple scoped CompensationHandlers not strictly enforced as BPEL 2.0 specification required.Say we have three sequential scopes named A,B,C respectively,error occures in scope C during execution,we want to compensate scope A and B,with the reverse order of execution.But ODE doesn't gurantee this,it sometimes compensates B before A,sometimes compensates A before B. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.