Thanks Romain for help. Now it works fine, correct arquillian.xml is: <?xml version="1.0"?> <arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.org/schema/arquillian" xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd"> <container qualifier="tomee" default="true"> <configuration> <property name="dir">e:\alien\tomee\dir</property> <property name="appWorkingDir">e:\alien\tomee\appWorkingDir</property> <property name="host">10.28.37.30</property> <property name="stopHost">10.28.37.30</property> </configuration> </container> </arquillian>
----- Best Regards sw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Arquillan-and-remote-mode-tp4677431p4677452.html Sent from the TomEE Users mailing list archive at Nabble.com.
