<html>
    <head>
      <base href="http://www.jacorb.org/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Unexpected string terminator on marshaling huge strings with JacORB 3.5"
   href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=999#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Unexpected string terminator on marshaling huge strings with JacORB 3.5"
   href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=999">bug 999</a>
              from <span class="vcard"><a class="email" href="mailto:amadeu@tecgraf.puc-rio.br" title="Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br>"> <span class="fn">Amadeu A. Barbosa Jr</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=452" name="attach_452" title="client-server example that reproduces the bug on marshaling small strings inside huge requests">attachment 452</a> <a href="attachment.cgi?id=452&action=edit" title="client-server example that reproduces the bug on marshaling small strings inside huge requests">[details]</a></span>
client-server example that reproduces the bug on marshaling small strings
inside huge requests

It seems that is not about string itself but (maybe) the CDR processing of big
size requests. 

I modify my example to use big size byte sequences inside a struct Data like:
typedef sequence<octet> octetseq;
struct Data {
  octetseq bytes;
  string name;
}

And I filled it with 10000 bytes in Data.bytes and the simple string "first" in
Data.name and I got the problem reproduced also. The instructions to
compile/execute is the same than previously attached file.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>