Re: It happend StackOverflowError when TomEE start with JDK1.7

2013-05-23 Thread Romain Manni-Bucau
can you reproduce it in a sample you can share? PS: don't double post please *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github:

Re: ApplicationComposer JUnit EJB Tests autoscanning issue and Hibernate

2013-05-23 Thread Romain Manni-Bucau
Hi 1) http://svn.apache.org/repos/asf/tomee/tomee/trunk/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/CdiInterceptorContextTest.java uses testing package annotations 2) you can use @Classes annotation to list classes to take into account for the test on top of the module

Fwd: svn commit: r1485786 - /tomee/tomee/trunk/pom.xml

2013-05-23 Thread Romain Manni-Bucau
Hi Can't be done since it is contextual to current pom and not the one where it is defined :( -- Message transféré -- De : andygumbre...@apache.org Date : 23 mai 2013 19:46 Objet : svn commit: r1485786 - /tomee/tomee/trunk/pom.xml À : comm...@tomee.apache.org Author:

Re: ApplicationComposer JUnit EJB Tests autoscanning issue and Hibernate

2013-05-23 Thread Romain Manni-Bucau
You'd need to use a persistencemodule with a configured rooturl. You can use openejb scanning too. That said this doesnt match appcomposer anymore because of this. Le 23 mai 2013 19:40, AndreasN a.nieme...@hotmail.de a écrit : Hi, thank you for responding! Ok, I understand the outlined