[
https://issues.apache.org/activemq/browse/CAMEL-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48906#action_48906
]
Claus Ibsen commented on CAMEL-1292:
------------------------------------
Trunk: Committed revision 736953.
1.x: Committed revision 736957.
> SQLComponent should preserve headers
> ------------------------------------
>
> Key: CAMEL-1292
> URL: https://issues.apache.org/activemq/browse/CAMEL-1292
> Project: Apache Camel
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 1.5.1, 2.0.0
>
>
> {code}
> from("direct:start")
> .setHeader("foo", constant("bar"))
> .to("sql:select * from projects")
> .to("mock:result");
> {code}
> The foo header should be preserved so when its routed to the mock its still
> there.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.