[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: http://deltaspike.apache.org/documentation/jsf.ht

[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-tabpanel&focusedCommentId=14393016#comment-14393016 ] Ron Smeral commented on DELTASPIKE-867: --- https://github.com/apache/deltaspike/pu

[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-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-tabpanel&focusedCommentId=14392771#comment-14392771 ] Ron Smeral commented on DELTASPIKE-228: --- A bean annotated just {{@Named @Message

[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-tabpanel&focusedCommentId=14392731#comment-14392731 ] John Schneider commented on DELTASPIKE-228: --- I got it working in 1.3.1-SNAPS

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

[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-tabpanel&focusedCommentId=14392637#comment-14392637 ] Ron Smeral commented on DELTASPIKE-228: --- [~JohnSchneider] I tried reproducing th

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