new LookupImpl(traderComp, supportAttrib,
importAttrib, offerDb, link,
((org.jacorb.orb.ORB)orb).getConfiguration());
traderPOA.activate_object_with_id("Lookup".getBytes(), lookup);
traderComp.setLookupInterface(LookupHelper.narrow(traderPOA.servant_to_reference(lookup)));
// creating request_id_stem out of inet-address. Might as well use any other
// way of creating a unique string
byte[] stem = orb.object_to_string(traderPOA.servant_to_reference(lookup)).getBytes();