CorbaMessageMediator request = (CorbaMessageMediator) mediator;
// send a locate forward with the right IOR. If the insKey is not
// registered then it will throw OBJECT_NOT_EXIST Exception
String insKey = new String( request.getObjectKey().getBytes(orb) );
request.getProtocolHandler()
.createLocationForward(request, getINSReference( insKey ), null);
return;