We have a spring boot backed camel project and we are using a camel-quartz2 component . The problem is by default the quartz.properties file is expected to be present in org.quartz directory inside the src/main/resources directory . Is there any possible way where i can give the location of the quartz.properties file as a jvm parameter when i start my project . Something like -- -Dquartz= D://test//quartz.properties Also i tried the "propertiesFile" config using spring bean , this also didn't work for me. Any suggestions..
Regards, Deepak -- View this message in context: http://camel.465427.n5.nabble.com/camel-quartz2-scheduler-external-quartz-properties-file-tp5793004.html Sent from the Camel - Users mailing list archive at Nabble.com.