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

xquery doesnt propogate headers

    XMLWordPrintableJSON

Details

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

    Description

      You can not propagate headers through the xquery component

                      from("direct:one")
                          .to("xquery:org/apache/camel/component/xquery/transform.xquery")
                          .to("mock:result");
      

      The mock will not receive any of the headers the exchange had when it was send to direct:one

      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: