You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nikolay Voskresenskiy (JIRA)" <ji...@apache.org> on 2016/12/23 17:37:58 UTC

[jira] [Updated] (CAMEL-10653) XQuery support broken in Camel 2.18.x

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

Nikolay Voskresenskiy updated CAMEL-10653:
------------------------------------------
    Attachment: camel-xquery-test.zip

> XQuery support broken in Camel 2.18.x
> -------------------------------------
>
>                 Key: CAMEL-10653
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10653
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-saxon
>    Affects Versions: 2.18.0, 2.18.1
>            Reporter: Nikolay Voskresenskiy
>         Attachments: camel-xquery-test.zip
>
>
> The camel xquery support no longer works correctly as of 2.18.x
> I identified two main issues so far:
> # A java.lang.NullPointerException is thrown when exchange contains any null headers or properties:
> {code}
> java.lang.NullPointerException: External object cannot wrap a Java null
> 	at net.sf.saxon.value.ObjectValue.<init>(ObjectValue.java:55)
> 	at org.apache.camel.component.xquery.XQueryBuilder.addParameters(XQueryBuilder.java:640)
> {code}
> # An error in execution whenever a header or a property are referenced in the xquery as an external variable:
> {code}
> java.lang.AssertionError: Unknown event
> 	at net.sf.saxon.evpull.ComplexContentProcessor.advance(ComplexContentProcessor.java:198)
> {code}
> Attached is a maven project with junit test illustrating the issues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)