// TODO - not caching local domains as currently the local domain can
// - only handle one node
// - provides the management endpoint for that node
// Add the dummy node as there will be no real node in this case
SCANode scaNode = new SCADummyNodeImpl(scaDomain);
((SCADomainProxyImpl)scaDomain).addNode(scaNode);
}
return scaDomain;
}