[ 
https://issues.apache.org/jira/browse/ODE-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karthick Sankarachary updated ODE-141:
--------------------------------------

    Attachment: ignore-missing-from-data-for-ode-trunk.txt

The attached patch adds support for the following attributes in the BPEL assign 
activity's copy operation:

a) The optional @ignoreMissingFromData attribute, which if it has the value of 
"yes", and the from-spec returns zero XML information items, then no 
bpel:selectionFailure is thrown, and the to-spec is not evaluated.

b) An extension @ignoreUninitializedFromVariable attribute, which if it has the 
value of "yes", and the from-spec contains an uninitialized variable, then no 
bpel:uninitializedVariable is thrown, and the to-spec is not evaluated.

Regards,
Karthick Sankarachary

> Add support for the ignoreMissingFromData attribute in <copy>
> -------------------------------------------------------------
>
>                 Key: ODE-141
>                 URL: https://issues.apache.org/jira/browse/ODE-141
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Compilation/Parsing, BPEL Runtime
>    Affects Versions: 1.0-incubating
>            Reporter: Matthieu Riou
>             Fix For: 1.3
>
>         Attachments: ignore-missing-from-data-for-ode-trunk.txt
>
>
> <copy keepSrcElementName="yes|no"? ignoreMissingFromData="yes|no"?> 
>       from-spec to-spec 
> </copy>
> Support for ignoreMissingFromData is missing.

-- 
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