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 241A8200D50 for ; Thu, 26 Oct 2017 16:28:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22F5F160BF3; Thu, 26 Oct 2017 14:28:14 +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 6E3DF1609E8 for ; Thu, 26 Oct 2017 16:28:13 +0200 (CEST) Received: (qmail 29095 invoked by uid 500); 26 Oct 2017 14:28:12 -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 29074 invoked by uid 99); 26 Oct 2017 14:28:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2017 14:28:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6741D1A1763 for ; Thu, 26 Oct 2017 14:28:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Y-1JaENN1b_s for ; Thu, 26 Oct 2017 14:28:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5ADC361119 for ; Thu, 26 Oct 2017 14:28:10 +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 E63D9E2581 for ; Thu, 26 Oct 2017 14:28:07 +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 878B421EE4 for ; Thu, 26 Oct 2017 14:28:04 +0000 (UTC) Date: Thu, 26 Oct 2017 14:28:04 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-3402) Deployed KARs aren't uninstall at start up MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 26 Oct 2017 14:28:14 -0000 [ https://issues.apache.org/jira/browse/KARAF-3402?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated KARAF-3402: ----------------------------------- Fix Version/s: 4.2.0 > Deployed KARs aren't uninstall at start up > ------------------------------------------ > > Key: KARAF-3402 > URL: https://issues.apache.org/jira/browse/KARAF-3402 > Project: Karaf > Issue Type: Bug > Components: karaf-kar > Affects Versions: 3.0.2 > Environment: ubuntu 14 > Reporter: Karl Leopold > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.0.11, 4.1.4, 4.2.0.M1, 4.2.0 > > > Installing KARs via dropping them into the deploy dir is a very useful fe= ature to me. Installing when Karaf is running works. It is also possible to= remove a kar from the deploy dir and it will be automatically uninstalled,= then. When you deplay a kar and start Karaf afterwards, it will be install= ed. > The only case the kar deployment mechanism doesn't work is, when you remo= ve a kar while Karaf is not running and then start Karaf. The Karaf deploye= r doesn't uninstall it. That's bad for me, because I wan't to install/unins= tall kar files independently whether it's on or off. I also think that this= behavior is inconsistent. -- This message was sent by Atlassian JIRA (v6.4.14#64029)