I try to send binary data (8 bit) using the CORBA octet data type. As far as I know this map directly to byte in Java. However, Javadoc says that bytes' min and max values are 2^7-1, which is obviously only 7 bits. On one side I use C++ and the data I get is really 8 bit, on the