Re: Problem with Deltaspike and Quartz integration

2015-04-02 Thread Florian Limpöck
Hi Ron, adding org.apache.deltaspike.cdictrl deltaspike-cdictrl-weld ${deltaspike.version} compile solved my problem. Thank you very much. Flo Am 02.04.2015 um 14:34 schrieb Ron Smeral : > Hi Florian, > > is your EntityManager request-scop

Re: Problem with Deltaspike and Quartz integration

2015-04-02 Thread Ron Smeral
Hi Florian, is your EntityManager request-scoped? If so, you need to either start the request scope through "startScopes", or re-scope your EM. As to the first issue, did you include an implementation of ContainerControl in your project? This is not yet documented, but you need to have a run

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