[ 
https://issues.apache.org/jira/browse/YOKO-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darren Middleman resolved YOKO-381.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: v1.0.0

This should be resolved now with revision 546193.

> IDLToWSDL throws exception with certain interface inheritance cases
> -------------------------------------------------------------------
>
>                 Key: YOKO-381
>                 URL: https://issues.apache.org/jira/browse/YOKO-381
>             Project: Yoko - CORBA Server
>          Issue Type: Bug
>          Components: Idl2Wsdl
>    Affects Versions: v1.0-incubating-M2
>            Reporter: Darren Middleman
>            Assignee: Darren Middleman
>             Fix For: v1.0.0
>
>
> Consider the following IDL sample:
> module A {
>     module B {
>         module C {
>             module D {
>                 interface Interface1 {
>                     void intf1TestOp();
>                 };
>             };
>         };
>     };
> };
> module A {
>     module B {
>         module C {
>             module E {
>                 interface Interface2 : D::Interface1{
>                     void intf2TestOp();
>                 };
>             };
>         };
>     };
> };
> The IDLToWSDL tool will throw an exception stating that the interface "D" 
> could not be found.  Instead, "D" should be part of the scope and the tool 
> should be looking for the interface "Interface1" in the scope A::B::C::D.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to