idltowsdl ObjectReference visitCustomTypeObjectReference incorrectly handles scoping ------------------------------------------------------------------------------------
Key: YOKO-321 URL: https://issues.apache.org/jira/browse/YOKO-321 Project: Yoko - CORBA Server Issue Type: Bug Components: Idl2Wsdl Affects Versions: v1.0.0 Reporter: Matteo Vescovi Assigned To: Matteo Vescovi Fix For: v1.0.0 The following IDL will trigger a problem ObjectReference visitor: module mod { interface foo { }; interface bar { void operation(in foo fooParameter); }; }; The problem occurs because visitCustomTypeObjectReference incorrectly sets the current scope. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.