}
Authenticator authenticator = new TestAuthenticator(principal);
ORB orb = createORB(authenticator);
CallbackService serviceImpl = new CallbackServiceImpl();
Proxy proxy = orb.exportObject(serviceImpl);
orb.getRegistry().bind("service", proxy);
ORB client = getClientORB();
Registry registry = getRegistry(principal);