Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 42949200D44 for ; Mon, 20 Nov 2017 12:11:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 41068160BF9; Mon, 20 Nov 2017 11:11:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 86ACA160BEC for ; Mon, 20 Nov 2017 12:11:03 +0100 (CET) Received: (qmail 81504 invoked by uid 500); 20 Nov 2017 11:11:02 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 81484 invoked by uid 99); 20 Nov 2017 11:11:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2017 11:11:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C419EC0801 for ; Mon, 20 Nov 2017 11:11:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.811 X-Spam-Level: X-Spam-Status: No, score=-99.811 tagged_above=-999 required=6.31 tests=[KB_WAM_FROM_NAME_SINGLEWORD=0.2, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id VRpPSzQf0Ljc for ; Mon, 20 Nov 2017 11:11:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id CD82D5FC1C for ; Mon, 20 Nov 2017 11:11:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5CAF2E095C for ; Mon, 20 Nov 2017 11:11:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0B52E240D2 for ; Mon, 20 Nov 2017 11:11:00 +0000 (UTC) Date: Mon, 20 Nov 2017 11:11:00 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (KARAF-5415) Issue with feature resolution (CXF related) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Nov 2017 11:11:04 -0000 [ https://issues.apache.org/jira/browse/KARAF-5415?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned KARAF-5415: -------------------------------------- Assignee: Guillaume Nodet > Issue with feature resolution (CXF related) > ------------------------------------------- > > Key: KARAF-5415 > URL: https://issues.apache.org/jira/browse/KARAF-5415 > Project: Karaf > Issue Type: Bug > Affects Versions: 4.1.2 > Reporter: Paolo Antinori > Assignee: Guillaume Nodet > > Hi, I am facing an odd behavior I cannot explain, with the feature resolu= tion logic. > I suspect a bug > In the scenario that I'm going to describe here, I end up with a version = of jetty that I wouldn't expect to see installed. > 0. create a new features descriptor on the filesystem: > {code} > cat >> /tmp/features.xml <<"EOF" > > > > jetty=20 > > > cxf-http > > > > cxf-http > jetty=20 > > > EOF > {code} > 1. start a clean karaf 4.1.2 > 2. enable cxf repo: {{repo-add cxf 3.1.12}} > 3. enable custom repo: {{feature:repo-add file:///tmp/features.xml}} > 4. now the test, compare the outcome of the installation of the 3 feature= s: > {code} > karaf@root()> feature:install test1 > karaf@root()> la -l | grep -i jetty-all > # empty > karaf@root()> feature:uninstall test1 > karaf@root()> feature:install test2 > karaf@root()> la -l | grep -i jetty-all > # empty > karaf@root()> feature:uninstall test2 > karaf@root()> feature:install test3 > karaf@root()> la -l | grep -i jetty-all = = =20 > 142 =E2=94=82 Active =E2=94=82 30 =E2=94=82 8.1.14.v20131031 =E2=94=82= mvn:org.eclipse.jetty.aggregate/jetty-all-server/8.1.14.v20131031 > # installs something from jetty 8 ??? > {code} > So far I have not been able to understand in debug, where the error occur= r or what's causing it. -- This message was sent by Atlassian JIRA (v6.4.14#64029)