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

"delay" parameter not supported: Unknown parameters=[{delay=60}]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.13.2
    • None
    • camel-facebook
    • None
    • camel-facebook

    • Unknown

    Description

      From the doc http://camel.apache.org/facebook.html :

      To poll, every 5 sec., all statuses on your home feed:
      from("facebook://home?delay=5")
          .to("bean:blah");
      

      But attempting to set delay parameter throws:

      There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{delay=60}]

      Additionally, the delay was never mentioned in the parameters documentation.

      Attachments

        Activity

          People

            njiang Willem Jiang
            ceefour Hendy Irawan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: