Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
If you want to configure quartz component to load a .properties file from the file system, then its not as easy.
Its loaded by default from classpath, so you get errors like this
Caused by: org.quartz.SchedulerException: Quartz properties file not found in classpath: file:./etc/myquartz.properties
at org.apache.camel.component.quartz2.QuartzComponent.loadProperties(QuartzComponent.java:187)[