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.

Reply via email to