[
https://issues.apache.org/jira/browse/CAMEL-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718985#comment-16718985
]
Claus Ibsen commented on CAMEL-12994:
-------------------------------------
You can also do
<to uri="xquery:xquery/myXquery.xq?resultType=String" />
But please use user mailing list, gitter chat, stackoverflow etc. to ask for
help on using Camel. The JIRA tracker is for actual bugs, ideas for
improvements or new features etc.
See support page:
http://camel.apache.org/support.html
> xquery syntax problem in SpringDSL
> ----------------------------------
>
> Key: CAMEL-12994
> URL: https://issues.apache.org/jira/browse/CAMEL-12994
> Project: Camel
> Issue Type: Bug
> Components: camel-saxon
> Affects Versions: 2.21.0, 2.22.0
> Reporter: W.Y
> Priority: Minor
>
> this JAVADSL sytnax does not exist / supported in SpringDSL
> setHeader("myHeader").xquery("resource:classpath:myxquery.txt", String.class)
> It will cause the problem if return type is String instead of DomReulst or
> xmlString for xquery, when we use SpringDSL instead of JAVADSL
> we tried all version >= 2.22, same problem
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)