-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.21.0, 2.22.0
-
Component/s: camel-saxon
-
Labels:None
-
Estimated Complexity:Unknown
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