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

Unable to update the cron details from Quartz scheduler MBean

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.19.1
    • 2.20.0
    • camel-quartz2
    • None
    • Unknown

    Description

      On Karaf container, if you try to change the cron expression in a camel-quartz2 endpoint (like below) from a JMX console such as hawtio, update fails to persist.

          <route>
            <from uri="quartz2://myGroup/myTimer?cron=0/1 * * * * ?" />
            [...]
          </route>
      

      It's because Quartz2 requires runtime dependency back to org.apache.camel.component.quartz2 but the default quartz bundle (of course) doesn't have it in Import-Package.

      Attachments

        Issue Links

          Activity

            People

              tadayosi Tadayoshi Sato
              tadayosi Tadayoshi Sato
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: