[
https://issues.apache.org/activemq/browse/CAMEL-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-695.
-------------------------------
Resolution: Fixed
> xquery doesnt propogate headers
> -------------------------------
>
> Key: CAMEL-695
> URL: https://issues.apache.org/activemq/browse/CAMEL-695
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-saxon
> Affects Versions: 1.3.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 1.4.0
>
>
> You can not propagate headers through the xquery component
> {code}
> from("direct:one")
>
> .to("xquery:org/apache/camel/component/xquery/transform.xquery")
> .to("mock:result");
> {code}
> The mock will not receive any of the headers the exchange had when it was
> send to direct:one
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.