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 ADE24200C75 for ; Sun, 21 May 2017 19:02:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC54C160BC5; Sun, 21 May 2017 17:02:09 +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 F2076160BBC for ; Sun, 21 May 2017 19:02:08 +0200 (CEST) Received: (qmail 31328 invoked by uid 500); 21 May 2017 17:02:08 -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 31286 invoked by uid 99); 21 May 2017 17:02:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2017 17:02:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9CC9FC3B81 for ; Sun, 21 May 2017 17:02:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 55TW3qSC0lgw for ; Sun, 21 May 2017 17:02:06 +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 7E6455FD94 for ; Sun, 21 May 2017 17:02:05 +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 C9052E0D99 for ; Sun, 21 May 2017 17:02:04 +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 2587B21B5A for ; Sun, 21 May 2017 17:02:04 +0000 (UTC) Date: Sun, 21 May 2017 17:02:04 +0000 (UTC) From: "Martin Lichtin (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4927) NamespaceHandlers should return null for unknown namespaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 21 May 2017 17:02:09 -0000 [ https://issues.apache.org/jira/browse/KARAF-4927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16018884#comment-16018884 ] Martin Lichtin commented on KARAF-4927: --------------------------------------- Also seeing WARN | pool-2-thread-1 | NamespaceHandlerRegistryImpl | ace.NamespaceHandlerRegistryImpl 732 | 11 - org.apache.aries.blueprint.core - 1.7.1 | NamespaceHandler org.apache.karaf.jaas.blueprint.jasypt.handler.NamespaceHandler is behaving badly and should be fixed when starting up Karaf 4.0.9. > NamespaceHandlers should return null for unknown namespaces > ----------------------------------------------------------- > > Key: KARAF-4927 > URL: https://issues.apache.org/jira/browse/KARAF-4927 > Project: Karaf > Issue Type: Bug > Components: karaf-shell > Affects Versions: 4.0.8 > Reporter: Daniel Kulp > Assignee: Christian Schneider > Fix For: 4.1.0, 4.0.9 > > > The namespacehandler for shell does a: > return getClass().getResource("karaf-shell-1.1.0.xsd"); > for unknown namespaces. It should return null. Right now, users will get an error at startup of: > "NamespaceHandler org.apache.karaf.shell.console.commands.NamespaceHandler is behaving badly and should be fixed" -- This message was sent by Atlassian JIRA (v6.3.15#6346)