codi arquillian tests

2012-08-14 Thread Romain Manni-Bucau
Hi, currently bringing cody in our tests make a lot of them printing stacktrace because in a lot of them we don't care about codi and even cdi. The solution are: 1) remove codi (-1) 2) use shrinkwrap maven + reflection (i'll try to push a hibernate test like it) 3) simply create an example

Re: codi arquillian tests

2012-08-14 Thread Romain Manni-Bucau
forgot: 4) create a codi arquillian test module - Romain 2012/8/14 Romain Manni-Bucau rmannibu...@gmail.com Hi, currently bringing cody in our tests make a lot of them printing stacktrace because in a lot of them we don't care about codi and even cdi. The solution are: 1) remove codi

Re: codi arquillian tests

2012-08-14 Thread dsh
For those not familiar with ShrinkWrap (it's really an Arquillian-related tool and not a tool that helps shrinking JavaScript files): http://java.dzone.com/articles/using-shrinkwrap-maven http://www.jboss.org/shrinkwrap/ PS: Adding a bit more of context information sometimes improves the outcome

Re: codi arquillian tests

2012-08-14 Thread Romain Manni-Bucau
here the sample with hibernate: http://svn.apache.org/repos/asf/openejb/trunk/openejb/arquillian/arquillian-tomee-tests/src/test/java/org/apache/openejb/arquillian/tests/hibernate/HibernateTest.java the pom to get hibernate dependencies:

Re: codi arquillian tests

2012-08-14 Thread David Blevins
On Aug 14, 2012, at 2:56 AM, Romain Manni-Bucau wrote: 4) create a codi arquillian test module +1 to this option. We knew we were only going to get away with one big module of tests for so long. -David