/* 123 */ this.namingPOA.the_POAManager().activate();
/* */
/* 126 */ NamingContextImpl.init(orb, rootPOA);
/* 127 */ NamingContextImpl ns = new NamingContextImpl(this.namingPOA);
/* 128 */ Configuration config = ((org.jacorb.orb.ORB)orb).getConfiguration();
/* 129 */ ns.configure(config);
/* 130 */ byte[] rootContextId = "root".getBytes();
/* 131 */ this.namingPOA.activate_object_with_id(rootContextId, ns);
/* 132 */ namingService = NamingContextExtHelper.narrow(this.namingPOA.create_reference_with_id(rootContextId, "IDL:omg.org/CosNaming/NamingContextExt:1.0"));
/* */
/* 135 */ bind(NAMING_NAME, "org.omg.CosNaming.NamingContextExt");