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 3A0A0200B54 for ; Wed, 13 Jul 2016 09:09:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 389E9160A57; Wed, 13 Jul 2016 07:09:22 +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 A74FB160A6E for ; Wed, 13 Jul 2016 09:09:21 +0200 (CEST) Received: (qmail 21067 invoked by uid 500); 13 Jul 2016 07:09:20 -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 21004 invoked by uid 99); 13 Jul 2016 07:09:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2016 07:09:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BA68E2C02A4 for ; Wed, 13 Jul 2016 07:09:20 +0000 (UTC) Date: Wed, 13 Jul 2016 07:09: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: Wed, 13 Jul 2016 07:09:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4528?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1537= 4495#comment-15374495 ]=20 ASF subversion and git services commented on KARAF-4528: -------------------------------------------------------- Commit 154db6aff823d1afd4cdf75caba0588e67a45f21 in karaf-cave's branch refs= /heads/cave-3.x from [~rakechan] [ https://git-wip-us.apache.org/repos/asf?p=3Dkaraf-cave.git;h=3D154db6a ] [KARAF-4528] Fix CaveRepositoryMBeanImpl to avoid to throw undesired Illega= lArgumentException > 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)