You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/01/23 07:07:59 UTC

[jira] Resolved: (CAMEL-1292) SQLComponent should preserve headers

     [ https://issues.apache.org/activemq/browse/CAMEL-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1292.
--------------------------------

    Resolution: Fixed

> 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.