Looks normal: default="true": it means it is the default config arquillian uses, if not there defaults are used
to check if the server is there we check host+port so if you set ports to -1 then it is considered as down and we start another instance Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2016-01-13 19:09 GMT+01:00 slawek <[email protected]>: > Hello, > > Today I tested some arquillian.xml file configurations. The last was: > <container qualifier="tomee" default="true"> > <configuration> > <property name="httpPort">-1</property> > <property name="stopPort">-1</property> > <property name="ajpPort">-1</property> > <property name="dir">e:\drk\temp</property> > <property name="appWorkingDir">e:\drk\temp</property> > <property name="classifier">plus</property> > <property name="host">10.0.16.165</property> > <property name="stopHost">10.0.16.165</property> > <property name="properties"> > openejb.deployer.binaries.use=true > </property> > </configuration> > </container> > > In my case the most critical is 'default="true"' setting. When I set it in > arquillian.xml file, my temporary dir is used (e:\drk\temp) but tomee > server > is started inside eclipse. I don't underand becouse inside pom is: > <dependency> > <groupId>org.apache.openejb</groupId> > <artifactId>arquillian-tomee-remote</artifactId> > <version>${version.tomee}</version> > <scope>test</scope> > </dependency> > > I other case, when I delete 'default="true"' from arquillian.xml file it > works like in my first post (use external running tomee i use default temp > dir). > I don't understand it. > > Best regards > sw > > > > ----- > Best Regards > sw > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Arquillan-and-remote-mode-tp4677431p4677447.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
