Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4124719

org.omg.CORBA.Context not implemented in the orb as well as the idl language

XMLWordPrintable

    • generic, x86
    • solaris_2.5.1, windows_95

      Using javaidl on jdk 1.2beta2. Want to use the org.omg.CORBA.Context
      interface in order to propagate additional info with a CORBA Request
      When I do :
      org.omg.CORBA.Request r = _request("sayHello");
      org.omg.CORBA.Context ctx = r.ctx();
      org.omg.CORBA.Any a = org.omg.CORBA.ORB.init().create_any();
      a.insert_string("XXXXXXXXX");
      ctx.set_one_value("VALUE NAME",a);

      I got CORBA NO_IMPLEMENT exception.

      Need to associate additional info in the Request object associated with
      a request with the current version of java idl.

            kcavanauorcl Ken Cavanaugh (Inactive)
            jbenoit Jonathan Benoit (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: