Description
Add 'openejb.deployer.binaries.use' automatically for arquillian test on remote machine
The usual scenario is that TomEE is running locally and can see the deployed war, so there is no need to force this property. If TomEE is actually on a remote machine then this property is required to force binary transmission.
On checking the host is not local we can ensure this property is defined even when not specified.
/src/test/resources/arquillian.xml -
<property name="deployerProperties"> openejb.deployer.binaries.use=true </property>