@BeforeClass
public static void beforeClassSetup() throws Exception
{
Assume.assumeFalse(TestUtils.isSSLEnabled);
ifrSetup = new IFRServerSetup(TestUtils.testHome() + "/src/test/idl/TypedNotification.idl", null, null);
Properties props = new Properties();
props.setProperty("ORBInitRef.InterfaceRepository", ifrSetup.getRepository().toString());
setup = new TypedServerTestSetup(props);
}