[jira] [Resolved] (DELTASPIKE-862) document JsfMessage

2015-04-02 Thread Rafael Benevides (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael Benevides resolved DELTASPIKE-862. - Resolution: Fixed Published:

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

[jira] [Commented] (DELTASPIKE-228) Make @MessageBundle annotated type available via EL

2015-04-02 Thread Ron Smeral (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14392637#comment-14392637 ] Ron Smeral commented on DELTASPIKE-228: --- [~JohnSchneider] I tried reproducing

[jira] [Commented] (DELTASPIKE-228) Make @MessageBundle annotated type available via EL

2015-04-02 Thread Ron Smeral (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14392771#comment-14392771 ] Ron Smeral commented on DELTASPIKE-228: --- A bean annotated just {{@Named

Re: Problem with Deltaspike and Quartz integration

2015-04-02 Thread Florian Limpöck
Hi Ron, adding dependency groupIdorg.apache.deltaspike.cdictrl/groupId artifactIddeltaspike-cdictrl-weld/artifactId version${deltaspike.version}/version scopecompile/scope /dependency solved my problem. Thank you very much. Flo Am 02.04.2015

[jira] [Commented] (DELTASPIKE-228) Make @MessageBundle annotated type available via EL

2015-04-02 Thread John Schneider (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14392731#comment-14392731 ] John Schneider commented on DELTASPIKE-228: --- I got it working in

[jira] [Created] (DELTASPIKE-867) Clarify that Test-Control module has manual dependencies on CDI implementations

2015-04-02 Thread Ron Smeral (JIRA)
Ron Smeral created DELTASPIKE-867: - Summary: Clarify that Test-Control module has manual dependencies on CDI implementations Key: DELTASPIKE-867 URL: https://issues.apache.org/jira/browse/DELTASPIKE-867

[jira] [Commented] (DELTASPIKE-867) Clarify that Test-Control module has manual dependencies on CDI implementations

2015-04-02 Thread Ron Smeral (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14393016#comment-14393016 ] Ron Smeral commented on DELTASPIKE-867: ---