Tadayoshi Sato created CAMEL-11471:
--------------------------------------
Summary: 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
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)