You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Andy Gumbrecht (JIRA)" <ji...@apache.org> on 2014/09/20 20:06:33 UTC

[jira] [Created] (TOMEE-1354) Add 'openejb.deployer.binaries.use' automatically for arquillian test on remote machine

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)