@Test
public void test_callback() throws Exception
{
ClientCallback c = ClientCallbackHelper.narrow (((BiDirSetup)setup).
getBiDirPOA().servant_to_reference(new ClientCallbackImpl()));
server.register_callback (c);
server.callback_hello ("This is a test");
String result = waitForCallback (10000);