Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-697

transform() doesnt propogate headers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.4.0
    • camel-core
    • None

    Description

      The new transform() DSL doesn't propogate headers so you can not do:

                      from("direct:four")
                          .transform().constant("London")
                          .to("mock:result");
      

      And expect that any headers on the exchange at direct:four is received after the transform

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: