-
Bug
-
Resolution: Won't Fix
-
P5
-
None
-
1.2.0
-
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.
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.