// create the object reference
poa.activate_object_with_id("Object".getBytes(), new BasicServerImpl());
org.omg.CORBA.Object obj = poa.id_to_reference( "Object".getBytes() );
ParsedIOR pior = new ParsedIOR( orb, orb.object_to_string(obj));
assertTrue
(
CorbaLoc.parseKey( pior.get_object_key()).indexOf
(props.getProperty("jacorb.implname")) != -1