CompositeName resolvedName =
(CompositeName)mre.getNameNotFoundException().getResolvedName();
if (mre.getOwnerId().equals(getId()) ||
resolvedName.equals(reqCtx.getResolvedName())) {
// The resolved context has already been updated.
return new JndiError(mre.getNameNotFoundException());
}
reqCtx.setResolvedName(resolvedName);
synchronizeRequest((AgentId)mre.getOwnerId(), reqCtx);
return null;