Please report new issues athttps://github.com/DOCGroup
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.
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