Re: Camel XQuery 3.0

2015-06-03 Thread Karts
Thanks, I have created JIRA CAMEL-8830 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-XQuery-3-0-tp5767434p5767843.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel XQuery 3.0

2015-05-28 Thread Christian Müller
Feel free to raise a JIRA and request the upgrade to Saxon 9.6. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551

Re: Camel XQuery 3.0

2015-05-27 Thread Karts
In fact it looks like XQuery 3.0 isn't supported in Saxon HE 9.5. It is the default on 9.6 but that doesn't seem compatible with the current implementation of XQueryBuilder: Caused by: java.lang.NoSuchMethodError: net.sf.saxon.Configuration.setHostLanguage(I)V at org.apache.camel.component

Camel XQuery 3.0

2015-05-22 Thread Karts
Hi, I would like to use the group by functionality provided with XQuery 3.0, along with some other features. Even though Camel 2.15.2 seems to be using Saxon 9.5.1-5 HE which supports XQuery 3.0, I'm getting this exception: Caused by: net.sf.saxon.trans.XPathException: 'group by' is not