IBM RAD with JUnit and AbstractCdiAwareTest

2011-11-24 Thread Christian Beikov
Hello! I finally got myself to try out the JUnit-CDI tests but the actual result is dissappointing. I added the following libraries to the build path of a project: myfaces-extcdi-base-test-infrastructure-1.0.1.jar myfaces-extcdi-bundle-jsf20-1.0.1.jar

Re: IBM RAD with JUnit and AbstractCdiAwareTest

2011-11-24 Thread Gerhard Petracek
hi christian, you need additional test-dependencies. you can have a look at a working config at [1]. regards, gerhard [1] http://code.google.com/a/apache-extras.org/p/myfaces-codi-examples/source/browse/community/pom.xml http://www.irian.at Your JSF/JEE powerhouse - JEE Consulting,

Re: IBM RAD with JUnit and AbstractCdiAwareTest

2011-11-24 Thread Christian Beikov
Am 24.11.2011 13:12, schrieb Gerhard Petracek: hi christian, you need additional test-dependencies. you can have a look at a working config at [1]. regards, gerhard [1] http://code.google.com/a/apache-extras.org/p/myfaces-codi-examples/source/browse/community/pom.xml http://www.irian.at

Re: IBM RAD with JUnit and AbstractCdiAwareTest

2011-11-24 Thread Mark Struberg
@myfaces.apache.org Cc: Sent: Thursday, November 24, 2011 1:01 PM Subject: IBM RAD with JUnit and AbstractCdiAwareTest Hello! I finally got myself to try out the JUnit-CDI tests but the actual result is dissappointing. I added the following libraries to the build path of a project: myfaces

Re: IBM RAD with JUnit and AbstractCdiAwareTest

2011-11-24 Thread Christian Beikov
- From: Christian Beikovc.bei...@curecomp.com To: users@myfaces.apache.org Cc: Sent: Thursday, November 24, 2011 1:01 PM Subject: IBM RAD with JUnit and AbstractCdiAwareTest Hello! I finally got myself to try out the JUnit-CDI tests but the actual result is dissappointing. I added

Re: IBM RAD with JUnit and AbstractCdiAwareTest

2011-11-24 Thread Gerhard Petracek
: Christian Beikovc.bei...@curecomp.com To: users@myfaces.apache.org Cc: Sent: Thursday, November 24, 2011 1:01 PM Subject: IBM RAD with JUnit and AbstractCdiAwareTest Hello! I finally got myself to try out the JUnit-CDI tests but the actual result is dissappointing. I added the following

Re: IBM RAD with JUnit and AbstractCdiAwareTest

2011-11-24 Thread Mark Struberg
the right archetype ;) LieGrue, strub - Original Message - From: Christian Beikov c.bei...@curecomp.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Thursday, November 24, 2011 1:45 PM Subject: Re: IBM RAD with JUnit and AbstractCdiAwareTest I already tried to get