Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9CAF18A09 for ; Wed, 17 Jun 2015 19:16:00 +0000 (UTC) Received: (qmail 29649 invoked by uid 500); 17 Jun 2015 19:16:00 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 29621 invoked by uid 500); 17 Jun 2015 19:16:00 -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 29611 invoked by uid 99); 17 Jun 2015 19:16:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2015 19:16:00 +0000 Date: Wed, 17 Jun 2015 19:16:00 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-5770) activemq-web-console feature doesn't install in Karaf 4 SNAPSHOT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-5770?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D145903= 87#comment-14590387 ]=20 Jean-Baptiste Onofr=C3=A9 commented on AMQ-5770: ------------------------------------------- Fixed on activemq-5.10.x: https://git-wip-us.apache.org/repos/asf?p=3Dactiv= emq.git;a=3Dcommitdiff;h=3D3049623f99ec3c9b9bc2ed7d8b8289da9f4abc7f > activemq-web-console feature doesn't install in Karaf 4 SNAPSHOT > ---------------------------------------------------------------- > > Key: AMQ-5770 > URL: https://issues.apache.org/jira/browse/AMQ-5770 > Project: ActiveMQ > Issue Type: Bug > Components: webconsole > Affects Versions: 5.11.1, 5.12.0 > Reporter: Bernhard Schuhmann > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Minor > Fix For: 5.10.3, 5.11.2, 5.12.0 > > Attachments: AMQ-5770.patch > > > {{feature:install activemq-web-console}} fails with > {noformat}=20 > Error executing command: Unable to resolve root: missing requirement [roo= t] osgi.identity; osgi.identity=3Dactivemq-web-console; type=3Dka > raf.feature; version=3D"[5.12.0.SNAPSHOT,5.12.0.SNAPSHOT]"; filter:=3D"(&= (osgi.identity=3Dactivemq-web-console)(type=3Dkaraf.feature)(version> > =3D5.12.0.SNAPSHOT)(version<=3D5.12.0.SNAPSHOT))" [caused by: Unable to r= esolve activemq-web-console/5.12.0.SNAPSHOT: missing requirement=20 > [activemq-web-console/5.12.0.SNAPSHOT] osgi.identity; osgi.identity=3Dorg= .apache.activemq.activemq-web-console; type=3Dosgi.bundle; versio > n=3D"[5.12.0.SNAPSHOT,5.12.0.SNAPSHOT]"; resolution:=3Dmandatory [caused = by: Unable to resolve org.apache.activemq.activemq-web-console/5. > 12.0.SNAPSHOT: missing requirement [org.apache.activemq.activemq-web-cons= ole/5.12.0.SNAPSHOT] osgi.wiring.package; filter:=3D"(&(osgi.wi > ring.package=3Djavax.servlet.resources)(version>=3D2.5.0)(!(version>=3D4.= 0.0)))"]] > {noformat} > As this package seems not to be used in the web console, an it not be rem= oved? I've tested locally with this change > {noformat} > diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml > index 1f1e641..4bdbe51 100755 > --- a/activemq-web-console/pom.xml > +++ b/activemq-web-console/pom.xml > @@ -142,7 +142,6 @@ > org.w3c.dom, > javax.servlet;version=3D"[2.5,4)", > javax.servlet.http;version=3D"[2.5,4)", > - javax.servlet.resources;version=3D"[2.5,4)", > javax.servlet.jsp, > javax.servlet.jsp.tagext, > javax.servlet.jsp.el, > {noformat} > And web console works if ActiveMQ is started standalone and deployed into= Karaf 4. -- This message was sent by Atlassian JIRA (v6.3.4#6332)