-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.19.1
-
Fix Version/s: 2.20.0
-
Component/s: camel-quartz2
-
Labels:None
-
Estimated Complexity:Unknown
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.
- links to