Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 35A37107BB for ; Mon, 6 May 2013 16:06:16 +0000 (UTC) Received: (qmail 87661 invoked by uid 500); 6 May 2013 16:06:16 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 87631 invoked by uid 500); 6 May 2013 16:06:16 -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 87620 invoked by uid 99); 6 May 2013 16:06:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 16:06:16 +0000 Date: Mon, 6 May 2013 16:06:16 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-2307) ActiveMQ Karaf commands do not work with Karaf 3 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/KARAF-2307?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1364= 9817#comment-13649817 ]=20 Jean-Baptiste Onofr=C3=A9 commented on KARAF-2307: --------------------------------------------- To be honest, I don't like this solution: it's not the same sense at all. 1/ we go back to gogo dependencies (which is limited and not good) 2/ we invite the legacy projects to upgrade to that. Transition packages don't make sense as Karaf 2.3 and 2.4 are made for tran= sition ! =20 > ActiveMQ Karaf commands do not work with Karaf 3 > ------------------------------------------------ > > Key: KARAF-2307 > URL: https://issues.apache.org/jira/browse/KARAF-2307 > Project: Karaf > Issue Type: Bug > Components: karaf-shell > Affects Versions: 3.0.0.RC1 > Reporter: Christian Schneider > Assignee: Christian Schneider > Fix For: 3.0.0 > > > The ActiveMQ Karaf commands import the package org.apache.felix.gogo.comm= ands.basic which was exported by karaf shell before version 3. > I first tried to change the activemq commands like we did for cxf and cam= el. The problem is that the activemq commands are quite generic as they sim= ply map the activemq console commands. So they really need the package abov= e. > So my aproach is to create the package in karaf shell with deperecated cl= asses extending the new classes. So this should provide the necessary compa= t layer. There classes can be removed once all commands are switched to pur= e karaf 3. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira