Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 045C0930F for ; Thu, 16 May 2013 00:57:16 +0000 (UTC) Received: (qmail 87937 invoked by uid 500); 16 May 2013 00:57:15 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 87863 invoked by uid 500); 16 May 2013 00:57:15 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 87854 invoked by uid 99); 16 May 2013 00:57:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 May 2013 00:57:15 +0000 Date: Thu, 16 May 2013 00:57:15 +0000 (UTC) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5019) Features XML does not load up correctly 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/CXF-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved CXF-5019. ------------------------------- Resolution: Won't Fix this isn't a CXF issue anyway so close it > Features XML does not load up correctly > --------------------------------------- > > Key: CXF-5019 > URL: https://issues.apache.org/jira/browse/CXF-5019 > Project: CXF > Issue Type: Bug > Affects Versions: 2.7.5 > Environment: Karaf 2.2.11 > Reporter: Archimedes Trajano > > When adding 2.7.5 features.xml on a clean Karaf installation and installing it will yield the following error. > karaf@root> features:addUrl mvn:org.apache.cxf.karaf/apache-cxf/2.7.5/xml/featur > es > karaf@root> features:install cxf > Error executing command: Could not start bundle mvn:org.apache.cxf/cxf-api/2.7.5 > in feature(s) cxf-core-2.7.5: Uses constraint violation. Unable to resolve modu > le org.apache.cxf.cxf-api [81.0] because it is exposed to package 'javax.activat > ion' from modules org.apache.servicemix.specs.activation-api-1.1 [88.0] and org. > apache.felix.framework [0] via two dependency chains. > Chain 1: > org.apache.cxf.cxf-api [81.0] > import: (&(package=javax.activation)(version>=0.0.0)(!(version>=2.0.0))) > | > export: package=javax.activation > org.apache.servicemix.specs.activation-api-1.1 [88.0] > Chain 2: > org.apache.cxf.cxf-api [81.0] > import: (&(package=javax.mail.internet)(version>=1.4.0)(!(version>=2.0.0))) > | > export: package=javax.mail.internet; uses:=com.sun.mail.util > javax.mail [72.0] > import: (&(package=com.sun.mail.util)(version>=1.4.0)) > | > export: package=com.sun.mail.util; uses:=javax.mail > javax.mail [90.0] > import: (&(package=javax.mail)(version>=1.4.0)) > | > export: package=javax.mail; uses:=javax.activation > javax.mail [72.0] > import: (package=javax.activation) > | > export: package=javax.activation > org.apache.felix.framework [0] > karaf@root> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira