Logger logger =
((org.jacorb.orb.ORB)orb).getConfiguration()
.getLogger("org.jacorb.tx_service");
slot_id = info.allocate_slot_id();
Encoding encoding = new Encoding(ENCODING_CDR_ENCAPS.value,
(byte) 1, (byte) 0);
Codec codec = info.codec_factory().create_codec(encoding);
TransactionCurrentImpl ts_current = new TransactionCurrentImpl(orb, slot_id);
info.register_initial_reference("TransactionCurrent", ts_current);