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 E54D7200BE4 for ; Tue, 6 Dec 2016 12:12:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E3BA3160B2D; Tue, 6 Dec 2016 11:12:46 +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 3D010160B2E for ; Tue, 6 Dec 2016 12:12:46 +0100 (CET) Received: (qmail 51678 invoked by uid 500); 6 Dec 2016 11:11:38 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 50632 invoked by uid 99); 6 Dec 2016 11:11:37 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2016 11:11:37 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C51E32C040F for ; Tue, 6 Dec 2016 11:11:36 +0000 (UTC) Date: Tue, 6 Dec 2016 11:11:36 +0000 (UTC) From: "Gary Tully (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (AMQ-6515) Install of activemq-blueprint fails as javax.inject is missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Dec 2016 11:12:47 -0000 [ https://issues.apache.org/jira/browse/AMQ-6515?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reopened AMQ-6515: ----------------------------- Assignee: Gary Tully with guava 18, activemq-osig gets another spurious import in error. A workaround to avoid adding to the imports:{code} + !com.google.thirdparty.publicsuffix, {code} but I need to determine the root cause cause I don't see what exports com.g= oogle.thirdparty.publicsuffix or why bnd figures it is necessary. > Install of activemq-blueprint fails as javax.inject is missing > -------------------------------------------------------------- > > Key: AMQ-6515 > URL: https://issues.apache.org/jira/browse/AMQ-6515 > Project: ActiveMQ > Issue Type: Bug > Components: OSGi/Karaf > Affects Versions: 5.15.0 > Reporter: Christian Schneider > Assignee: Gary Tully > Fix For: 5.15.0 > > > When just installing activemq-blueprint in a plain karaf 4.0.7 the follow= ing error happens. It seems that javax.inject is missing in the feature act= ivemq-client. > karaf@root()> feature:repo-add activemq 5.15.0-SNAPSHOT > Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.0-SNAPSHOT= /xml/features > karaf@root()> feature:install activemq-blueprint=20 > Error executing command: Unable to resolve root: missing requirement [roo= t] osgi.identity; osgi.identity=3Dactivemq-blueprint; type=3Dkaraf.feature;= version=3D"[5.15.0.SNAPSHOT,5.15.0.SNAPSHOT]"; filter:=3D"(&(osgi.identity= =3Dactivemq-blueprint)(type=3Dkaraf.feature)(version>=3D5.15.0.SNAPSHOT)(ve= rsion<=3D5.15.0.SNAPSHOT))" [caused by: Unable to resolve activemq-blueprin= t/5.15.0.SNAPSHOT: missing requirement [activemq-blueprint/5.15.0.SNAPSHOT]= osgi.identity; osgi.identity=3Dactivemq; type=3Dkaraf.feature; version=3D"= [5.15.0.SNAPSHOT,5.15.0.SNAPSHOT]" [caused by: Unable to resolve activemq/5= .15.0.SNAPSHOT: missing requirement [activemq/5.15.0.SNAPSHOT] osgi.identit= y; osgi.identity=3Dactivemq-karaf; type=3Dosgi.bundle; version=3D"[5.15.0.S= NAPSHOT,5.15.0.SNAPSHOT]"; resolution:=3Dmandatory [caused by: Unable to re= solve activemq-karaf/5.15.0.SNAPSHOT: missing requirement [activemq-karaf/5= .15.0.SNAPSHOT] osgi.wiring.package; filter:=3D"(osgi.wiring.package=3Dorg.= apache.activemq.console)" [caused by: Unable to resolve org.apache.activemq= .activemq-osgi/5.15.0.SNAPSHOT: missing requirement [org.apache.activemq.ac= tivemq-osgi/5.15.0.SNAPSHOT] osgi.wiring.package; filter:=3D"(osgi.wiring.p= ackage=3Djavax.inject)"]]]] -- This message was sent by Atlassian JIRA (v6.3.4#6332)