.create_id_uniqueness_policy(
org.omg.PortableServer.IdUniquenessPolicyValue.UNIQUE_ID);
POA bindingPOA = rootPOA.create_POA("BindingPOA", poaManager, policies);
CorbaDSIServant servant = new CorbaDSIServant(orb, bindingPOA, this, sbeCallback);
byte[] objectId = bindingPOA.activate_object(servant);
obj = bindingPOA.id_to_reference(objectId);
if (location.startsWith("relfile:")) {
String iorFile = location.substring("relfile:".length(), location.length());
// allow for up to 3 '/' to match common uses of relfile url format