server.setAttribute(namingService, callByValue);
System.out.println("NamingService.CallByValue restored to: "+origCallByValue);
InitialContext ctx = new InitialContext();
Context testCtx = (Context) ctx.lookup("shared-context");
testCtx.unbind("KeyCount");
System.out.println("Unbound KeyCount");
for(int n = 0; n < names.length; n ++)
{
String key = "Key#" + n;
testCtx.unbind(key);