[DISCUSS] unit-test cdi-control

2013-12-02 Thread Gerhard Petracek
hi @ all, please have a look at [1]. it's just a first (and quick) draft based on major use-cases. however, it's working already and the api/spi is minimal - we can think about adding it to deltaspike. (it's already prepared for additional use-cases, however, for sure we can

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Thomas Andraschko
+1 simple and nice approach 2013/12/2 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, please have a look at [1]. it's just a first (and quick) draft based on major use-cases. however, it's working already and the api/spi is minimal - we can think about adding it to deltaspike.

[jira] [Created] (DELTASPIKE-455) unify literal-packages

2013-12-02 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created DELTASPIKE-455: --- Summary: unify literal-packages Key: DELTASPIKE-455 URL: https://issues.apache.org/jira/browse/DELTASPIKE-455 Project: DeltaSpike Issue Type:

[jira] [Resolved] (DELTASPIKE-455) unify literal-packages

2013-12-02 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-455. - Resolution: Fixed unify literal-packages --

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Mark Struberg
yup +1 TestNG support would also be handy later. LieGrue, strub From: Thomas Andraschko andraschko.tho...@gmail.com To: dev@deltaspike.apache.org Sent: Monday, 2 December 2013, 11:22 Subject: Re: [DISCUSS] unit-test cdi-control +1 simple and nice

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Romain Manni-Bucau
we have something like it in openejb and it is really nicer than arquillian for real apps and unit tests since you don't need deployment or heavy enrichments processes Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: Window Handling - CODI like mode?

2013-12-02 Thread Gerhard Petracek
hi thomas, if you can upgrade to jsf 2.2, you can use ClientWindowRenderMode.DELEGATED (+ configure url for javax.faces.CLIENT_WINDOW_MODE). regards, gerhard 2013/11/27 Thomas Andraschko andraschko.tho...@gmail.com Hi, i always get a loading screen with the new DS window handling. Is

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Christian Kaltepoth
I really like this. So +1 for adding it. Great work Gerhard. :) And I agree with Mark that we should also support TestNG later. So the module name should indicate that it is JUnit specific. Christian 2013/12/2 Gerhard Petracek gerhard.petra...@gmail.com hi @ all, please have a look at [1].

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

2013-12-02 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13836702#comment-13836702 ] Thomas Andraschko commented on DELTASPIKE-453: -- +1 Romain It may not work

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Mark Struberg
I use it ;P Nah, testNG is really cool if you have a bit of a mixture of pure unit tests with a slight touch of integration testing. groups, parallel executions, shuffled executions, etc. _really_ useful stuff! LieGrue, strub - Original Message - From: Romain Manni-Bucau

Re: [DISCUSS] unit-test cdi-control

2013-12-02 Thread Romain Manni-Bucau
well I asked cause I used it and found something to replace in junit for everything (all you speak about) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/12/2 Mark