You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2017/01/05 21:06:58 UTC

[jira] [Created] (KARAF-4927) NamespaceHandlers should return null for unknown namespaces

Daniel Kulp created KARAF-4927:
----------------------------------

             Summary: 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


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.4#6332)