Description
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"