[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openorb-devel
Subject:    [openorb-devel] [ openorb-Bugs-873558 ] ValueType indirection marshal error
From:       "SourceForge.net" <noreply () sourceforge ! net>
Date:       2004-01-09 6:17:33
Message-ID: E1Aepxd-0000pe-00 () sc8-sf-web1 ! sourceforge ! net
[Download RAW message or body]

Bugs item #873558, was opened at 2004-01-09 06:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=436925&aid=873558&group_id=43608

Category: None
Group: 1.3.1
Status: Open
Resolution: None
Priority: 5
Submitted By: fengyj (tigerf)
Assigned to: Nobody/Anonymous (nobody)
Summary: ValueType indirection marshal error

Initial Comment:
When I sent an ANY which indirection ValueType is put 
in,then I got a marshal exception:
org.omg.CORBA.MARSHAL: Server Exception: OMG 
Standard Exception #1  vmcid: OMG minor code: 1  
completed: Yes


I find code of function copy_stream in 
StreamHelper.java:
----------------------------------------------------
case TCKind._tk_value:
    os.write_value( is.read_value() );
    return;
----------------------------------------------------
There is MISSING TypeCode known in read_value 
function.

I change to:
----------------------------------------------------
case TCKind._tk_value:
    os.write_value( is.read_value(type.id()) );
    return;
----------------------------------------------------

After, it work well.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=436925&aid=873558&group_id=43608


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
openorb-devel mailing list
openorb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openorb-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic