props.put("org.omg.CORBA.ORBClass", "org.apache.yoko.orb.CORBA.ORB");
props.put("org.omg.CORBA.ORBSingletonClass", "org.apache.yoko.orb.CORBA.ORBSingleton");
props.put("yoko.orb.id", "Yoko-Server-Binding");
orb = ORB.init(new String[0], props);
TestUtils testUtils = new TestUtils();
typeMaps = new ArrayList<CorbaTypeMap>();
//CorbaDestination destination = (CorbaDestination)getDestination();
CorbaDestination destination = testUtils.getComplexTypesTestDestination();
service = destination.getBindingInfo().getService();
List<TypeMappingType> corbaTypes = service.getDescription().getExtensors(TypeMappingType.class);
CorbaUtils.createCorbaTypeMap(typeMaps, corbaTypes);
}