[jacorb-bugs] [Bug 1019] New: recursive type in IDL
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Wed Sep 2 21:50:28 CEST 2015
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: jacorb-bugs at lists.spline.inf.fu-berlin.de
Reporter: sanjay_062013 at yahoo.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20150902/49ef1601/attachment.html>
More information about the jacorb-bugs
mailing list