<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.jacorb.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://www.jacorb.org/bugzilla/"
          
          maintainer="jacorb@goots.org"
>

    <bug>
          <bug_id>1019</bug_id>
          
          <creation_ts>2015-09-02 15:50:28 +0000</creation_ts>
          <short_desc>recursive type in IDL</short_desc>
          <delta_ts>2015-09-02 15:51:29 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>JacORB</product>
          <component>IDL compiler</component>
          <version>3.6.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sanjay">sanjay_062013</reporter>
          <assigned_to name="Mailinglist to track bugs">jacorb-bugs</assigned_to>
          <cc>sanjay_062013</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3345</commentid>
    <comment_count>0</comment_count>
    <who name="Sanjay">sanjay_062013</who>
    <bug_when>2015-09-02 15:50:28 +0000</bug_when>
    <thetext>I&apos;ve recursive valuetypes as follows.

module x
{
	valuetype A;

	valuetype B
	{
		public A thisA;

	};
	
	typedef sequence&lt;B&gt; 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</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>