idltowsdl unable to parse interface type when used as a struct type_spec ------------------------------------------------------------------------
Key: YOKO-339 URL: https://issues.apache.org/jira/browse/YOKO-339 Project: Yoko - CORBA Server Issue Type: Bug Components: Idl2Wsdl Affects Versions: v1.0.0 Reporter: Matteo Vescovi Priority: Critical Fix For: v1.0.0 The following IDL file reproduces the problem: // IDL module foo { interface bar { void hello(); }; struct myStruct { bar barRef; }; }; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.