[ https://issues.apache.org/jira/browse/YOKO-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darren Middleman resolved YOKO-339. ----------------------------------- Resolution: Fixed I am resolving this issue with revision 527951 as I believe that this revision should fix the problem. The updates resolve the errors reported when the IDL attached to this issue is used. I have also tested on a number of other IDLs and have not seen any further issues. If this problem shows up again on another IDL, please re-open this issue and attached the problem IDL file. > 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 > Assigned To: Darren Middleman > 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.