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 4F1DB10B2C for ; Fri, 3 Jan 2014 16:49:48 +0000 (UTC) Received: (qmail 23252 invoked by uid 500); 3 Jan 2014 16:48:50 -0000 Delivered-To: apmail-tomee-commits-archive@tomee.apache.org Received: (qmail 23201 invoked by uid 500); 3 Jan 2014 16:48:46 -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 22669 invoked by uid 500); 3 Jan 2014 16:48:30 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 22349 invoked by uid 99); 3 Jan 2014 16:48:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 16:48:06 +0000 Date: Fri, 3 Jan 2014 16:48:06 +0000 (UTC) From: "Jean-Louis MONTEIRO (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (TOMEE-1102) Remote adapter does transfer war to remote TomEE, but only path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMEE-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Louis MONTEIRO resolved TOMEE-1102. ---------------------------------------- Resolution: Fixed Committed revision 1555147. Thanks Romain > Remote adapter does transfer war to remote TomEE, but only path > --------------------------------------------------------------- > > Key: TOMEE-1102 > URL: https://issues.apache.org/jira/browse/TOMEE-1102 > Project: TomEE > Issue Type: Improvement > Components: TomEE Arquillian Adapters > Affects Versions: 1.6.0 > Reporter: Fabian Schwarzer > Priority: Blocker > Attachments: TOMEE-1102.patch > > > Previous discussion on the user mailing list: http://openejb.979440.n4.nabble.com/Arquillian-remote-adapter-not-able-to-deploy-to-a-quot-really-remote-quot-TomEE-td4666941.html > ------------------------------------------ > The TomEE remote adapter does not work in a setup where an already running remote TomEE is not on the same system as the JVM that executes the Arquillian tests. > The reason for this is that TomEEContainer#deploy (https://github.com/apache/tomee/blob/tomee-1.6.0/arquillian/arquillian-tomee-common/src/main/java/org/apache/openejb/arquillian/common/TomEEContainer.java) does not deploy the archive but only passes the archives path to the remotly running TomEE. -- This message was sent by Atlassian JIRA (v6.1.5#6160)