<html>
    <head>
      <base href="http://www.jacorb.org/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - recursive type in IDL"
   href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=1019">1019</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>recursive type in IDL
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>JacORB
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.6.1
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>IDL compiler
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>jacorb-bugs@lists.spline.inf.fu-berlin.de
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sanjay_062013@yahoo.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I've recursive valuetypes as follows.

module x
{
    valuetype A;

    valuetype B
    {
        public A thisA;

    };

    typedef sequence<B> BSeq;

    valuetype A
    {
        public BSeq listB;

    };

};

when I use IDL compiler to generate stubs, it gives error. Looks to me , its a
bug .

Regards,
Sanjay</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>