Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.19.1
-
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
- links to