Deltaspike + Quartz + CronExpressions from custom property file
问题 I've achieved configuring CronExpression from a propery file, but this property file is apache-deltaspike.properties, which is inside the .jar file. I need to take the cron expression from my custom config file: import org.apache.deltaspike.core.api.config.PropertyFileConfig; public class myOwnPropertyFileConfig implements PropertyFileConfig { private static final long serialVersionUID = 1L; @Override public String getPropertyFileName() { return "cfg/myOwnPropFile.properties"; } @Override