I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Incorrect method declaration in CORBA_2_3/portable/InputStream.java and Out

  • Key: I2JAV11-128
  • Legacy Issue Number: 3795
  • Status: closed  
  • Source: Oracle ( Hemanth Puttaswamy)
  • Summary:

    Looks like there is a typo in the IDL to Java document(ptc/00-01-08) Section
    1.21.4.

    The method signature

    public java.io.Serializable read_value( org.omg.CORBA.BoxedValueHelper factory)

    has to be

    public java.io.Serializable read_value( org.omg.CORBA.portable.BoxedValueHelper
    factory)

    Because BoxedValueHelper belongs to org.omg.CORBA.portable package.

    Also The method signature

    public void write_value( java.io.Serializable value,
    org.omg.CORBA.BoxedValueHelper factory)

    has to be

    public void write_value( java.io.Serializable value,
    org.omg.CORBA.portable.BoxedValueHelper factory)

    Again for the same reason.

  • Reported: I2JAV 1.0 — Tue, 29 Aug 2000 04:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    editorial fix, issue closed

  • Updated: Fri, 6 Mar 2015 21:38 GMT