Accessing non-existent database external variable in 'update-insert' mode
should create variable structure
----------------------------------------------------------------------------------------------------------
Key: ODE-258
URL: https://issues.apache.org/jira/browse/ODE-258
Project: ODE
Issue Type: Bug
Components: BPEL Runtime
Affects Versions: 1.1.1
Reporter: Alex Boisvert
Priority: Minor
Fix For: 1.2
The following use-case currently produces a selectionFailure,
<assign>
<copy>
<from>
<literal>someKeyValue</literal>
</from>
<to>$externalVariable-keys/foo:key</to>
</copy>
<copy>
<from>
<literal>someValue</literal>
</from>
<to>$externalVariable/foo:value</to>
</copy>
</assign>
because "foo:value" doesn't exist. The value element needs to be
automatically created.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.