CMS diff: JPA Eclipselink

2012-08-14 Thread eduardo.l....@gmail.com
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://openejb.apache.org/examples-trunk%2Fjpa-eclipselink%2FREADME.md Eduardo GarcĂ­a (eduardo.l@gmail.com) Index: trunk/content/examples-trunk/jpa-eclipselink/README.md

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: CMS diff: JPA Eclipselink

2012-08-14 Thread stratwine
Thanks to Eduardo for the patch. This is committed and published -Vishwa -- View this message in context: http://openejb.979440.n4.nabble.com/CMS-diff-JPA-Eclipselink-tp4656857p4656862.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

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