Re: TomEE && Surefire && Arquillian

2013-09-26 Thread jieryn
Hi, I confirm the random port is working. I'm taking other errors with the -SNAPSHOT, but this aspect works now. THANKS! On Tue, Sep 24, 2013 at 2:38 AM, Romain Manni-Bucau wrote: > Hi > > fixed: https://issues.apache.org/jira/browse/TOMEE-1043 > > thks for the report and the sample! It really h

Re: TomEE && Surefire && Arquillian

2013-09-23 Thread Romain Manni-Bucau
Hi fixed: https://issues.apache.org/jira/browse/TOMEE-1043 thks for the report and the sample! It really helps :) *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.l

Re: TomEE && Surefire && Arquillian

2013-09-23 Thread jieryn
I've updated an example project here: https://github.com/jieryn/javaee-example It uses all -SNAPSHOT versions for TomEE, and if you grep the logs for ProtocolHandler you will see that port 8080 is being used. Despite setting the port to -1 via m-surefire-p configuration. TomEE is not obeying syste

Re: TomEE && Surefire && Arquillian

2013-09-13 Thread Romain Manni-Bucau
Hi 1.6.0.beta1 is not official and will probably not be released, do you encounter this issue on trunk? *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com

TomEE && Surefire && Arquillian

2013-09-13 Thread jieryn
Greetings, TomEE 1.6.0.beta1 and all the latest Arquillian and Surefire plugins are in use. I'm following the instructions here: https://tomee.apache.org/arquillian-available-adapters.html Despite the claims, TomEE does not obey m-surefire-p configuration for tomee: maven-sur