You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/11/01 10:31:04 UTC

[camel] branch camel-2.19.x updated: CAMEL-11286: Fixed configuring ModuleURIResolver on xquery builder. Thanks to Jeremy Gosling for spotting this.

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.19.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.19.x by this push:
     new fc58a0f  CAMEL-11286: Fixed configuring ModuleURIResolver on xquery builder. Thanks to Jeremy Gosling for spotting this.
fc58a0f is described below

commit fc58a0fd5ea293cfacdfcfe094be99defbf232b3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 1 11:30:05 2017 +0100

    CAMEL-11286: Fixed configuring ModuleURIResolver on xquery builder. Thanks to Jeremy Gosling for spotting this.
---
 .../src/main/java/org/apache/camel/component/xquery/XQueryEndpoint.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-saxon/src/main/java/org/apache/camel/component/xquery/XQueryEndpoint.java b/components/camel-saxon/src/main/java/org/apache/camel/component/xquery/XQueryEndpoint.java
index 46615db..737679b 100644
--- a/components/camel-saxon/src/main/java/org/apache/camel/component/xquery/XQueryEndpoint.java
+++ b/components/camel-saxon/src/main/java/org/apache/camel/component/xquery/XQueryEndpoint.java
@@ -238,6 +238,7 @@ public class XQueryEndpoint extends ProcessorEndpoint {
         this.xquery.setStripsAllWhiteSpace(isStripsAllWhiteSpace());
         this.xquery.setAllowStAX(isAllowStAX());
         this.xquery.setHeaderName(getHeaderName());
+        this.xquery.setModuleURIResolver(getModuleURIResolver());
 
         setProcessor(xquery);
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].