Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-21761

Compile fails with .setHeader().constant().otherwise() sequence

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Undefined
    • None
    • fuse-7.12-GA
    • Camel
    • None
    • False
    • None
    • False
    • % %
    • Todo
    • Very Likely

    Description

      Compile fails with .setHeader().constant().otherwise() sequence.

      .setHeader("greeting").constant("Hello World")
      .otherwise()
      

      It works with .setHeader().otherwise() sequence.

      .setHeader("greeting", constant("Hello World"))
      .otherwise()
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-hfuruich Hisao Furuichi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: