Lars Beuster created DELTASPIKE-671:
---------------------------------------
Summary: Error loading default quartz.properties
Key: DELTASPIKE-671
URL: https://issues.apache.org/jira/browse/DELTASPIKE-671
Project: DeltaSpike
Issue Type: Bug
Components: Scheduler
Reporter: Lars Beuster
With Deltaspike it's not possible to load the quartz.properties from the
classpath since DS tries to load the properties as a resource bundle. In this
case the bundle name of quartz.properties is not "quartz.properties" but
"quartz".
QuartzScheduler.loadCustomQuartzConfig():
ConfigResolver.getPropertyValue("deltaspike.scheduler.quartz_config-file",
"quartz.properties");
should be changed to
ConfigResolver.getPropertyValue("deltaspike.scheduler.quartz_config-file",
"quartz");
--
This message was sent by Atlassian JIRA
(v6.2#6252)