You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2014/07/14 20:36:05 UTC

[jira] [Resolved] (DELTASPIKE-671) Error loading default quartz.properties

     [ https://issues.apache.org/jira/browse/DELTASPIKE-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved DELTASPIKE-671.
-----------------------------------------

    Resolution: Duplicate

> 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)