Problem with Deltaspike and Quartz integration

2015-04-02 Thread Florian Limpöck
Hello Deltaspike Team, I try to make a scheduled send mail application, for a monthly reminder. My Code looks like this and it works until the point i try to use my Injection. @Scheduled(cronExpression = 0 0/1 * * * ?) public class SimpleJob implements Job { @Inject ProjektRepository

Re: Problem with Deltaspike and Quartz integration

2015-04-02 Thread Florian Limpöck
, Ron On 2.4.2015 14:09, Florian Limpöck wrote: Hello Deltaspike Team, I try to make a scheduled send mail application, for a monthly reminder. My Code looks like this and it works until the point i try to use my Injection. @Scheduled(cronExpression = 0 0/1 * * * ?) public class