// now pass this along to the next context for the real bind operation.
return context.resolve(subName);
}
else {
NameComponent name = n[0];
// see if we have this bound already...can't replace these.
BindingTypeHolder type = new BindingTypeHolder();
org.omg.CORBA.Object obj = resolveObject(name, type);
if (obj == null) {
// Object was not found