On 15/07/2014 18:27, Rob McKenna wrote:
Hi folks,

Looking for a review for the following:

bug: https://bugs.openjdk.java.net/browse/JDK-7130985
webrev: http://cr.openjdk.java.net/~robm/7130985/webrev.01/

As per the bug report: The IDLtoJava spec clearly specifies the need of the helper class (not the Holder) for these files. But these are absent in the JDK. So, if we try to send any of these classes across in a client-server rmi-iiop model, it will throw an error complaining about the absence of the helper class.
There is clearly a lot of history and would be useful to get confirmation that these are required for OMG complication.

As this is generated code then I'm curious where the original source is. Just wondering if it would make sense to check-in the original CORBA_TypeCode.idl.

Do we have any standalone tests that can be used to exercise these classes?

-Alan

Reply via email to