[Bug 1019] New: recursive type in IDL
[email protected] Wed, 02 Sep 2015 19:50:28 +0000
| Newsgroups | gmane.comp.corba.jacorb.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
http://www.jacorb.org/bugzilla/show_bug.cgi?id=1019
Bug ID: 1019
Summary: recursive type in IDL
Product: JacORB
Version: 3.6.1
Hardware: PC
OS: Windows NT
Status: NEW
Severity: major
Priority: P5
Component: IDL compiler
Assignee: [email protected]
Reporter: [email protected]
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
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
jacorb-bugs mailing list
[email protected]
https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-bugs