[
https://issues.apache.org/jira/browse/ODE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645339#action_12645339
]
Sean Ahn commented on ODE-50:
-----------------------------
Due to the matching correlation set implementation limitation in the current
ODE: https://issues.apache.org/jira/browse/ODE-410, there can be only one join
correlation set with no matching correlation set for an IMA.
e.g.1 valid
<correlations>
<correlation set="testCorr1" initiate="join"/>
</correlations>
e.g.2 valid
<correlations>
<correlation set="testCorr1" initiate="join"/>
<correlation set="testCorr2" initiate="yes"/>
<correlation set="testCorr3" initiate="yes"/>
</correlations>
e.g.3 invalid: multiple join correlations cannot be used
<correlations>
<correlation set="testCorr1" initiate="join"/>
<correlation set="testCorr2" initiate="join"/>
</correlations>
e.g.4 invalid: a join correlation cannot co-exist with a non-initiating
correlation
<correlations>
<correlation set="testCorr1" initiate="join"/>
<correlation set="testCorr2" initiate="no"/>
</correlations>
> Support initiate="join" for receives with no createInstance
> -----------------------------------------------------------
>
> Key: ODE-50
> URL: https://issues.apache.org/jira/browse/ODE-50
> Project: ODE
> Issue Type: Improvement
> Components: BPEL Compilation/Parsing, BPEL Runtime
> Affects Versions: 1.0-incubating
> Reporter: Matthieu Riou
> Fix For: 1.3
>
>
> For now, the initiate="join" value for correlation is only supported on
> receives with createInstance="true". Implement it in other cases as well
> (with the correlation comparison logic).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.