Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P5
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: other-libs
-
Subcomponent:
-
CPU:generic, x86
-
OS:solaris_2.5.1, windows_95
Description
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.
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.