| Summary: | recursive type in IDL | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | Sanjay <sanjay_062013> |
| Component: | IDL compiler | Assignee: | Mailinglist to track bugs <jacorb-bugs> |
| Status: | NEW --- | ||
| Severity: | major | CC: | sanjay_062013 |
| Priority: | P5 | ||
| Version: | 3.6.1 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
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