[
https://issues.apache.org/jira/browse/CAMEL-11471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067505#comment-16067505
]
ASF GitHub Bot commented on CAMEL-11471:
----------------------------------------
Github user tadayosi closed the pull request at:
https://github.com/apache/camel/pull/1794
> Unable to update the cron details from Quartz scheduler MBean
> -------------------------------------------------------------
>
> Key: CAMEL-11471
> URL: https://issues.apache.org/jira/browse/CAMEL-11471
> Project: Camel
> Issue Type: Bug
> Components: camel-quartz2
> Affects Versions: 2.19.1
> Reporter: Tadayoshi Sato
> Assignee: Tadayoshi Sato
> Fix For: 2.20.0
>
>
> 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.
> {code:xml}
> <route>
> <from uri="quartz2://myGroup/myTimer?cron=0/1 * * * * ?" />
> [...]
> </route>
> {code}
> 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}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)