Andy Gumbrecht created TOMEE-1354:
-------------------------------------
Summary: Add 'openejb.deployer.binaries.use' automatically for
arquillian test on remote machine
Key: TOMEE-1354
URL: https://issues.apache.org/jira/browse/TOMEE-1354
Project: TomEE
Issue Type: Improvement
Reporter: Andy Gumbrecht
Assignee: Andy Gumbrecht
Priority: Minor
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 -
{code:xml}
<property name="deployerProperties">
openejb.deployer.binaries.use=true
</property>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)