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 <[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]>'].