In Any class, there is insert_Value(java.io.Serializable) and
java.io.Serializable exract_Vlaue() function.
I create a object which implement Serializable interface, then call insert_Vlaue(java.io.Serializable), I can compile sucessfully, but there are some probelm when I run the problem. The error
message is like:
org.omg.CORBA.BAD_PARAM: Type null incompatible with value...
Can anyone tell me what is the problem?
how I can I inert a java Serializable object
to any and pass in corba?