I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — How does a Java ORB implement a write_fixed/read_fixed?

  • Key: I2JAV11-149
  • Legacy Issue Number: 5728
  • Status: closed  
  • Source: Anonymous
  • Summary:

    From the OMG mapping specs:

    org.omg.CORBA.portable.OutputStream [as of formal/01-06-06] defines:

    public void write_fixed(java.math.BigDecimal value, short digits, short scale)

    { throw new org.omg.CORBA.NO_IMPLEMENT(); }

    org.omg.CORBA.portable.OutputStream [as of formal/01-06-06] defines:

    public java.math.BigDecimal read_fixed(short digits, short scale) { throw new org.omg.CORBA.NO_IMPLEMENT(); }

    JDK 1.4 (and prior versions) do not implement the first two items,
    so no portable bindings could be used for these.

    Should there been an
    org.omg.CORBA_2_4.portable.OutputStream and org.omg.CORBA_2_4.portable.InputStream
    that inherit from org.omg.CORBA_2_3.portable.In/OutStream and add these?

  • Reported: I2JAV 1.0 — Mon, 28 Oct 2002 05:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    Close no change

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