[
https://issues.apache.org/jira/browse/CAMEL-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719885#comment-16719885
]
W.Y edited comment on CAMEL-12994 at 12/13/18 8:44 AM:
-------------------------------------------------------
this problem only existing in SpringBoot autoconfig, (route file has no camel
context).
with normal Spring +Camel it is ok
According to [http://camel.apache.org/spring-boot.html] , route xml should not
contain
camelContext
but this example , it put camel context into route xml file
[https://github.com/apache/camel/edit/master/examples/camel-example-spring-boot-xml/src/main/resources/my-camel.xml]
it is quite confusing and confilcting for me
was (Author: w.y):
this problem only existing in SpringBoot autoconfig, (route file has no camel
context).
with normal Spring +Camel it is ok
> 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)