[
https://issues.apache.org/jira/browse/ODE-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthieu Riou resolved ODE-221.
-------------------------------
Resolution: Invalid
Assignee: Matthieu Riou
The query element shouldn't use an absolute XPath expression, the behavior of
such query is undefined by the spec. You could make it to work using a path
the represent the variable structure but it would expose you to too much of
ODE's internal. So I'd definitely recommend doing (note the removal of the
leading '/'):
<query>proc:email</query>
> Inconsistency in assignment with <query> element
> ------------------------------------------------
>
> Key: ODE-221
> URL: https://issues.apache.org/jira/browse/ODE-221
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Affects Versions: 1.1, 1.1.1
> Reporter: Alex Boisvert
> Assignee: Matthieu Riou
> Fix For: 1.1.1
>
>
> Douglas Jackson reported via the mailing list:
> http://www.nabble.com/Any-examples-of-this--td14418743.html#a14676670
> Hi!
> I thought the following would be equivalent:
> <from>$data-xfer-req-msg.data-xfer-req-part/proc:email</from>
> ---
> <from variable="data-xfer-req-msg" part="data-xfer-req-part">
> <query>/proc:email</query>
> </from>
> However, the first one works and the second one fails.
> -Doug.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.