POA bindingPOA = rootPOA.create_POA("BindingPOA", poaManager, policies);
// CorbaDSIServant servant = new CorbaDSIServant(orb, bindingPOA, this, observer);
CorbaDSIServant servant = new CorbaDSIServant();
servant.init(orb, bindingPOA, this, observer);
byte[] objectId = bindingPOA.activate_object(servant);
obj = bindingPOA.id_to_reference(objectId);
// Register the object reference so we can support passing references as
// parameters and return types. Note that we need the actual endpoint that
// this object reference has been created on. This is available through the