String accNum = "0234.234432.50L";
AccountImpl accountImpl = new AccountImpl(accNum);
AccountPOATie tie = new AccountPOATie(accountImpl, rootpoa);
Account account = tie._this(orb);
org.omg.CORBA.Object objRef = orb.resolve_initial_references("NameService");
NamingContextExt namingCtx = NamingContextExtHelper.narrow(objRef);
NameComponent path[] = namingCtx.to_name( accNum );
namingCtx.rebind(path, account);