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.