[omniORB] OmniORBpy valuetype use

Duncan Grisby duncan at grisby.org
Tue Apr 12 20:22:39 BST 2005


On Tuesday 12 April, Rodrigo Baptista wrote:

> I have the following piece of idl:
> 
> 	valuetype Message
> 	{
>               /*Here contains the variables and their getters and setters*/
>         };
> 
> 	interface Mailbox  
> 	{          
> 		typedef sequence<Message> messages;      
> 		string getName(in User caller);
> 		messages getMessages(in User caller);
>         };

[...]
> omniORB.CORBA.MARSHAL: Minor: MARSHAL_InvalidChunkedEncoding, COMPLETED_YES.

Please send me the complete definition of the Message valuetype (and any
other types it uses) and a trace from omniORB with command line argument
-ORBtraceLevel 40.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list