Dictionary<String,Object> props = new Hashtable<String,Object>();
props.put(URLConstants.URL_HANDLER_PROTOCOL, new String[] {
WorkspaceURLStreamHandlerService.PROTOCOL
});
urlHandlerReg = context.registerService(URLStreamHandlerService.class.getName(), new WorkspaceURLStreamHandlerService(workspaceTracker), props);
}