Arquillian + TomEE 7 remote

2016-06-01 Thread Felipe Jaekel
Hi, I'm migrating from 1.7.2 to 7.0. Webapp is running fine on a local installation, but arquillian tests are not working, I get a ConnectException. Do I need additional config for 7.0? Thanks *current config:* -1 -1 -1 plus src/test/tomee/bin src/test/tomee/conf src/test/tomee/lib true

Re: Arquillian + TomEE 7 remote

2016-06-01 Thread Romain Manni-Bucau
Hi Felipe, before digging more is your setup correct? I see: Caused by: java.lang.IllegalArgumentException: The main resource set specified [/tmp/arquillian-apache-tomee/apache-tomee-plus-7.0.0/webapps/AreaTecnico2] is not valid Romain Manni-Bucau @rmannibucau

Re: Arquillian + TomEE 7 remote

2016-06-01 Thread Felipe Jaekel
I think so, the war file I'm using with shrinkwrap runs fine on a regular TomEE 7 installation. Checked pom.xml, arquillian-tomee-remote dependency is set to 7.0.0. Is there something else I can check? 2016-06-01 8:21 GMT-03:00 Romain Manni-Bucau : > Hi Felipe, > > before digging more is your s

Re: Arquillian + TomEE 7 remote

2016-06-01 Thread Romain Manni-Bucau
Seems tomcat says the opposite :). Do you use a custom server.xml and appBase="" in server.xml for instance? Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn

Re: Arquillian + TomEE 7 remote

2016-06-01 Thread Felipe Jaekel
You got it, I had copied Eclipse server files to my project. (briefly forgot that Eclipse changes server.xml, sorry) Arquillian is working as expected now, thanks again 2016-06-01 11:21 GMT-03:00 Romain Manni-Bucau : > Seems tomcat says the opposite :). Do you use a custom server.xml and > appBa