HelloWorld hello = hwImpl._this(orb);
// Add reference to the boot manager
try {
byte[] oid = ("hw").getBytes();
BootManager bootManager = BootManagerHelper.narrow(
orb.resolve_initial_references("BootManager"));
bootManager.add_binding(oid, hello);
} catch (InvalidName ex) {
throw new RuntimeException();
} catch (AlreadyExists ex) {
throw new RuntimeException();
}