You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/05/04 21:43:16 UTC

[jira] Updated: (ODE-44) XPath10 does not appear to be working within ASSIGN

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

Matthieu Riou updated ODE-44:
-----------------------------

    Fix Version/s:     (was: Incubator)
                   1.1-incubating

> XPath10 does not appear to be working within ASSIGN
> ---------------------------------------------------
>
>                 Key: ODE-44
>                 URL: https://issues.apache.org/jira/browse/ODE-44
>             Project: Ode
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: Incubator
>            Reporter: Lance Waterman
>            Priority: Minor
>             Fix For: 1.1-incubating
>
>
> In working on the BPEL unit tests I ran into the following problem. It appears that ACTIVITY.getEvaluationContext() is using this constructor: ExprEvaluationContextImpl(_scopeFrame,getBpelRuntimeContext()).
> and 
> XPath10ExpressionRuntime.createContext() is invoking ...
>     ContextSupport support = new ContextSupport(new JaxenNamespaceContextAdapter(oxpath.namespaceCtx),
>                                                 bpelSupport, bpelSupport, 
>                                                 new BpelDocumentNavigator(ctx.getRootNode()));
> Note: ctx.getRootNode() is returning null because the constructor above does not set the attribute.
> Switched to XPath20 and things work fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.