Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 58708 invoked from network); 19 Oct 2010 03:22:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 03:22:48 -0000 Received: (qmail 2202 invoked by uid 500); 19 Oct 2010 03:22:48 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 2168 invoked by uid 500); 19 Oct 2010 03:22:48 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 2098 invoked by uid 99); 19 Oct 2010 03:22:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 03:22:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 03:22:47 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9J3MQwj020235 for ; Tue, 19 Oct 2010 03:22:26 GMT Message-ID: <6874167.37181287458546941.JavaMail.jira@thor> Date: Mon, 18 Oct 2010 23:22:26 -0400 (EDT) From: "David Blevins (JIRA)" To: commits@openejb.apache.org Subject: [jira] Updated: (OPENEJB-792) Failure in RedeployTest on Windows. In-Reply-To: <616485316.1208178784784.JavaMail.jira@brutus> 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/OPENEJB-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Blevins updated OPENEJB-792: ---------------------------------- Affects Version/s: (was: 3.1.x) Fix Version/s: (was: 3.1.x) (trunk/openejb3) > Failure in RedeployTest on Windows. > ------------------------------------ > > Key: OPENEJB-792 > URL: https://issues.apache.org/jira/browse/OPENEJB-792 > Project: OpenEJB > Issue Type: Bug > Reporter: Rick McGuire > Assignee: Rick McGuire > Priority: Minor > Fix For: (trunk/openejb3) > > > I'm getting a failure in the RedeployTest when running on Windows. The test make a call to getAbsolutePath() on the destoryApplication() call. However, the application is loaded and registered using getCanonicalPath(). Most of the time, this produces the same result, but on my Windows system, there is a mismatch in the case of the path drive letter ("c:\..." vs "C:\..."), causing the destroy operation to fail. Changing the getAbsolutePath() call in the test case to getCanonicalPath() removes this failure. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.