[
https://issues.apache.org/jira/browse/ODE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688286#action_12688286
]
Mark Ford commented on ODE-559:
-------------------------------
The test case is invalid. Your expression: $tempVar1/test:content/text()
assumes that the contents of the variable is as follows:
<test:content>
<test:content>Hello1</test:content>
</test:content>
The actual contents of the variable is as follows:
<test:content>Hello1</test:content>
> XQuery doesn't work properly with bpel variables
> ------------------------------------------------
>
> Key: ODE-559
> URL: https://issues.apache.org/jira/browse/ODE-559
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Affects Versions: 1.3.1
> Reporter: Rafal Rusin
> Fix For: 1.3.1
>
> Attachments: xqueryComplexAssignTest.diff
>
>
> Reading bpel variables of complex content doesn't work inside xquery. It
> returns empty string insted of content.
> I did a failing test case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.