This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-2.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.20.x by this push:
new c51f9c8 CAMEL-11286: Fixed configuring ModuleURIResolver on xquery
builder. Thanks to Jeremy Gosling for spotting this.
c51f9c8 is described below
commit c51f9c8913648dd446a87095e0ab5907339ef768
Author: Claus Ibsen <[email protected]>
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
['"[email protected]" <[email protected]>'].