Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / interop-tests / CdrOutArg / README
blob167a804790417190bae314934f55bf276770234f
2 This test validates that TAO does not add unneeded CDR alignment bytes as pad when the
3 only arguments to an operation are out args. The interceptors are necessary to add some
4 service conotext data that would otherwise require padding. Prior to the fix, and Orbix
5 server would throw a MARSHAL exception even though the extra bytes are counted in the
6 message length.
8 To build, use MPC to compile a client in the tao directory, then use Orbix defined tools
9 to build the server in the orbix directory.
11 Tu run, issue the following commands, a successful test will have no exceptions and will
12 terminate the server upon completion.
14   orbix/server -o test.ior
16   tao/client -k file://test.ior