Bug 3877 - Multiple sequences of the same valuetype defined as members of a valuetype fail to mashall
Summary: Multiple sequences of the same valuetype defined as members of a valuetype fa...
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: other (show other bugs)
Version: 1.8.0
Hardware: All Windows XP
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2010-07-19 05:57 CDT by Richard Sampson
Modified: 2010-10-06 13:25 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Sampson 2010-07-19 05:57:17 CDT
When using a TAO client connecting to a JacORB 2.3.1 server, a valuetype containing multiple sequences of another valuetype as members fails to marshall with a CORBA::Internal error. Debugging reveals the first sequence marshalls correctly, while the second fails. This indicates valuetype indirection is to blame, although altering JacORB to disable indirection via 'jacorb.interop.indirection_encoding_disable=on' results in the same error on the TAO side.
Comment 1 Johnny Willemsen 2010-07-19 12:00:36 CDT
Some more information would be welcome including:
- is this something that did work in the past
- the idl that you use
- a small server/client that reproduces the problem
- run of the TAO part with ORBDebugLevel 10