Return-Path: X-Original-To: apmail-tomee-commits-archive@www.apache.org Delivered-To: apmail-tomee-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CA6E11DDC for ; Sat, 20 Sep 2014 18:06:35 +0000 (UTC) Received: (qmail 31163 invoked by uid 500); 20 Sep 2014 18:06:34 -0000 Delivered-To: apmail-tomee-commits-archive@tomee.apache.org Received: (qmail 31136 invoked by uid 500); 20 Sep 2014 18:06:34 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 31127 invoked by uid 500); 20 Sep 2014 18:06:34 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 31124 invoked by uid 99); 20 Sep 2014 18:06:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2014 18:06:34 +0000 Date: Sat, 20 Sep 2014 18:06:33 +0000 (UTC) From: "Andy Gumbrecht (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TOMEE-1354) Add 'openejb.deployer.binaries.use' automatically for arquillian test on remote machine MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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} openejb.deployer.binaries.use=true {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)