Hi EveryBody. We have a CORBA::MARSHAL_EXCEPTION when trying to send (as
IN) a NESTED valuetype (OBV) from JDK orb (1.4.2_08) to mico ORB (2.3.11)
It seems to be that mico ORB doesn't decode propertly "chunked value-tag".
In all other cases it works fine :

jdkORB            ----->    micoORB           KO
jdkORB            <----     micoORB           OK
jdkORB            ---->     jdkORB               OK
micoORB     <----     micoORB           OK

------------------------------------
see down the idl:

valuetype Nested  {
  public long n;
}

valuetype Base {
   public Nested nested;
}

interface ObvService {
  void sendNested( in Base b);
}
----------------------------------

Thanks for all...Any help is appreciate regards...

p.s. we register both factories obviously  ;-)







_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to