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 EBEE5200B53 for ; Tue, 12 Jul 2016 18:52:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EA72C160A79; Tue, 12 Jul 2016 16:52:24 +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 66FEC160A56 for ; Tue, 12 Jul 2016 18:52:24 +0200 (CEST) Received: (qmail 68355 invoked by uid 500); 12 Jul 2016 16:52:21 -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 67973 invoked by uid 99); 12 Jul 2016 16:52:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2016 16:52:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B4E412C02B1 for ; Tue, 12 Jul 2016 16:52:20 +0000 (UTC) Date: Tue, 12 Jul 2016 16:52:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4528) CaveRepositoryMBean throws an IllegalArgumentException whereas it should not MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Jul 2016 16:52:25 -0000 [ https://issues.apache.org/jira/browse/KARAF-4528?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1537= 3226#comment-15373226 ]=20 ASF subversion and git services commented on KARAF-4528: -------------------------------------------------------- Commit d98cd2834380347e78896a1c1690a48114951be5 in karaf-cave's branch refs= /heads/master from [~jbonofre] [ https://git-wip-us.apache.org/repos/asf?p=3Dkaraf-cave.git;h=3Dd98cd28 ] [KARAF-4528] This closes #4 > CaveRepositoryMBean throws an IllegalArgumentException whereas it should = not > -------------------------------------------------------------------------= --- > > Key: KARAF-4528 > URL: https://issues.apache.org/jira/browse/KARAF-4528 > Project: Karaf > Issue Type: Bug > Components: cave-repository, cave-server > Affects Versions: cave-3.0.0, cave-4.0.0 > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: cave-3.0.1, cave-4.0.1 > > > CaveRepositoryMBeanImpl throws an IllegalArgumentException when a reposit= ory already exists. Unfortunately the condition is not right ({{repo !=3D n= ull}} instead of {{repo =3D=3D null}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)