Re: [DISCUSS] unit-test cdi-control

2013-12-03 Thread Gerhard Petracek
i'll commit it within the next days. we can start e.g. with: groupIdorg.apache.deltaspike.modules/groupId artifactIddeltaspike-test-control/artifactId and keep junit in the corresponding package-names. once we add e.g. support for testng, we can think about the different possibilities.

Simle Cron Module

2013-12-03 Thread Thomas Andraschko
Hi, what do you think about a simple cron module like in Seam? Regards, Thomas

RE: Simple Cron Module

2013-12-03 Thread Nathan Dennis
Beyond what JEE6 Time Service offers, (and maybe I missed this somewhere in there), the ability to store, recall, pause, edit jobs would be nice using some sort of handle. I was definitely making use of these features in Seam 2. Actually, I'm still running that code in places in production

[jira] [Commented] (DELTASPIKE-453) Provide @Eager for ApplicationScoped beans

2013-12-03 Thread Christian Kaltepoth (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13837871#comment-13837871 ] Christian Kaltepoth commented on DELTASPIKE-453: I agree that having

Re: Simple Cron Module

2013-12-03 Thread Thomas Andraschko
My problem is that some customers just have a tomcat, without JavaEE. 2013/12/3 Romain Manni-Bucau rmannibu...@gmail.com Hi what is issing in JavaEE 6 for you (TimerService already allows a lot)? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

Re: Simple Cron Module

2013-12-03 Thread Romain Manni-Bucau
Oh, so something else ;). I'm +0 on this feature since IMO JavaEE 6 offers what is needed but I understand your constraint Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: Simple Cron Module

2013-12-03 Thread Romain Manni-Bucau
Hi what is issing in JavaEE 6 for you (TimerService already allows a lot)? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/12/3 Nathan Dennis