[
https://issues.apache.org/jira/browse/CAMEL-8830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489710#comment-15489710
]
Luca Burgazzoli commented on CAMEL-8830:
----------------------------------------
About dynamicQueryContext, what I did is:
{code:java}
dynamicQueryContext.setParameter(
StructuredQName.fromClarkName("in.body"),
new ObjectValue(exchange.getIn().getBody())
);
{code}
btw, issue's title is misleading, I've updated Saxon to 9.7.0-6 (the one for
which we also have a service mix bundle), having also a bundle for 9.7.0-8
would be nice.
> Upgrade to Saxon HE 9.6
> -----------------------
>
> Key: CAMEL-8830
> URL: https://issues.apache.org/jira/browse/CAMEL-8830
> Project: Camel
> Issue Type: Improvement
> Components: camel-saxon
> Affects Versions: 2.15.2
> Reporter: Kartik
> Fix For: 2.18.0
>
>
> Upgrade to Saxon HE 9.6 which uses XQuery 3.0 by default, allowing to use
> powerful new XQuery 3.0 features such as 'group by'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)