Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 28203 invoked from network); 7 Aug 2007 03:22:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 03:22:20 -0000 Received: (qmail 64359 invoked by uid 500); 7 Aug 2007 03:22:19 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 64333 invoked by uid 500); 7 Aug 2007 03:22:19 -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 64324 invoked by uid 99); 7 Aug 2007 03:22:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 20:22:19 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 03:22:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4478E7141F3 for ; Mon, 6 Aug 2007 20:21:59 -0700 (PDT) Message-ID: <11732804.1186456919278.JavaMail.jira@brutus> Date: Mon, 6 Aug 2007 20:21:59 -0700 (PDT) From: "karan singh malhi (JIRA)" To: commits@openejb.apache.org Subject: [jira] Updated: (OPENEJB-625) RedeployTest does not search for maven repository properly In-Reply-To: <2755503.1186456559081.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENEJB-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] karan singh malhi updated OPENEJB-625: -------------------------------------- Attachment: openejb-625.patch Fixed both the incorrect name of the file and the search for the correct maven repository > RedeployTest does not search for maven repository properly > ---------------------------------------------------------- > > Key: OPENEJB-625 > URL: https://issues.apache.org/jira/browse/OPENEJB-625 > Project: OpenEJB > Issue Type: Bug > Reporter: karan singh malhi > Attachments: openejb-625.patch > > > org.apache.openejb.assembler.classic.RedeployTest does not search for the org/apache/openejb/openejb-itests-beans/3.0.0-SNAPSHOT/openejb-itests-beans-3.0.0-SNAPSHOT.jar file in the maven repository properly. It assumes that the maven repository is always located at user.home/.m2/repository. In my case i have the maven repository in a different partition set through user.home/.m2/settings.xml. > Also, it tries to find the incubating version of the jar file instead of 3.0.0-SNAPSHOT version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.