Name: md23716 Date: 09/20/2000
From the J2EE lib directory issue:
javap -classpath ./j2ee.jar org.omg.CosTransactions.otid_t
This gave:
Compiled from otid_t.java
public final class org.omg.CosTransactions.otid_t extends
java.lang.Object
implements org.omg.CORBA.portable.IDLEntity {
public int formatID;
public int bequal_length;
public byte tid??;
public org.omg.CosTransactions.otid_t();
public org.omg.CosTransactions.otid_t(int,int,byte??);
}
which shows the incorrect spelling of bqual_length. The
extra 'e' is not present in the CosTransactions IDL interface.
======================================================================