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 871AF200C86 for ; Wed, 31 May 2017 08:41:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 85F67160BCB; Wed, 31 May 2017 06:41:09 +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 A50B8160BBA for ; Wed, 31 May 2017 08:41:08 +0200 (CEST) Received: (qmail 9792 invoked by uid 500); 31 May 2017 06:41:07 -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 9781 invoked by uid 99); 31 May 2017 06:41:07 -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; Wed, 31 May 2017 06:41:07 +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 547B7C6A33 for ; Wed, 31 May 2017 06:41:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 4Y0S1J8WNU1G for ; Wed, 31 May 2017 06:41:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id AB1905FB3A for ; Wed, 31 May 2017 06:41:05 +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 DFDA3E0D54 for ; Wed, 31 May 2017 06:41:04 +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 3034721B5B for ; Wed, 31 May 2017 06:41:04 +0000 (UTC) Date: Wed, 31 May 2017 06:41:04 +0000 (UTC) From: "Stephan Siano (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 31 May 2017 06:41:09 -0000 Stephan Siano created KARAF-5165: ------------------------------------ Summary: Custom Distributions: Pax-Web gets installed twice Key: KARAF-5165 URL: https://issues.apache.org/jira/browse/KARAF-5165 Project: Karaf Issue Type: Bug Components: karaf-feature Affects Versions: 4.1.1 Reporter: Stephan Siano Priority: Minor When I create a custom distribution with the attached pom, which tries to exchange Pax-Web with a newer version, Pax-Web gets installed twice: {noformat} karaf@root()> feature:list -i Name | Version | Required | State | Repository | Description --------------------+------------------+----------+---------+-------------------------+-------------------------------------------------- pax-jetty | 9.3.14.v20161028 | | Started | org.ops4j.pax.web-6.0.4 | Provide Jetty engine support pax-http-jetty | 6.0.4 | | Started | org.ops4j.pax.web-6.0.4 | pax-http | 6.0.4 | | Started | org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service pax-http-whiteboard | 6.0.4 | | Started | org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support pax-war | 6.0.4 | | Started | org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer pax-http-tomcat | 6.0.4 | | Started | org.ops4j.pax.web-6.0.4 | Provide Tomcat support pax-war-tomcat | 6.0.4 | x | Started | org.ops4j.pax.web-6.0.4 | aries-proxy | 4.1.1 | | Started | standard-4.1.1 | Aries Proxy aries-blueprint | 4.1.1 | | Started | standard-4.1.1 | Aries Blueprint feature | 4.1.1 | | Started | standard-4.1.1 | Features Support shell | 4.1.1 | | Started | standard-4.1.1 | Karaf Shell shell-compat | 4.1.1 | | Started | standard-4.1.1 | Karaf Shell Compatibility deployer | 4.1.1 | | Started | standard-4.1.1 | Karaf Deployer bundle | 4.1.1 | | Started | standard-4.1.1 | Provide Bundle support config | 4.1.1 | | Started | standard-4.1.1 | Provide OSGi ConfigAdmin support diagnostic | 4.1.1 | | Started | standard-4.1.1 | Provide Diagnostic support instance | 4.1.1 | | Started | standard-4.1.1 | Provide Instance support jaas | 4.1.1 | | Started | standard-4.1.1 | Provide JAAS support log | 4.1.1 | | Started | standard-4.1.1 | Provide Log support package | 4.1.1 | | Started | standard-4.1.1 | Package commands and mbeans service | 4.1.1 | | Started | standard-4.1.1 | Provide Service support system | 4.1.1 | | Started | standard-4.1.1 | Provide System support kar | 4.1.1 | | Started | standard-4.1.1 | Provide KAR (KARaf archive) support ssh | 4.1.1 | | Started | standard-4.1.1 | Provide a SSHd server on Karaf management | 4.1.1 | | Started | standard-4.1.1 | Provide a JMX MBeanServer and a set of MBeans in eventadmin | 4.1.1 | x | Started | standard-4.1.1 | OSGi Event Admin service specification for event- scr | 4.1.1 | | Started | standard-4.1.1 | Declarative Service support wrap | 0.0.0 | | Started | standard-4.1.1 | Wrap URL handler standard | 4.1.1 | x | Started | standard-4.1.1 | Wrap feature describing all features part of a st pax-jetty | 9.3.14.v20161028 | | Started | org.ops4j.pax.web-6.0.3 | Provide Jetty engine support pax-http-jetty | 6.0.3 | | Started | org.ops4j.pax.web-6.0.3 | pax-http-whiteboard | 6.0.3 | | Started | org.ops4j.pax.web-6.0.3 | Provide HTTP Whiteboard pattern support pax-war | 6.0.3 | | Started | org.ops4j.pax.web-6.0.3 | Provide support of a full WebContainer pax-http-tomcat | 6.0.3 | | Started | org.ops4j.pax.web-6.0.3 | Provide Tomcat support {noformat} A workaround would be to uncomment the tree lines in the pom and explicitly add almost all dependent Pax-Web features to the distribution. -- This message was sent by Atlassian JIRA (v6.3.15#6346)