You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Bozhong Lin (JIRA)" <ji...@apache.org> on 2007/03/16 08:16:09 UTC

[jira] Updated: (CXF-463) Partial webservice annotation on the SEI but the implementor has complete attributes

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

Bozhong Lin updated CXF-463:
----------------------------

        Fix Version/s: 2.0-RC
             Assignee: maomaode
    Affects Version/s: 2.0-RC

> Partial webservice annotation on the SEI but the implementor has complete attributes
> ------------------------------------------------------------------------------------
>
>                 Key: CXF-463
>                 URL: https://issues.apache.org/jira/browse/CXF-463
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0-RC
>            Reporter: Bharath Ganesh
>         Assigned To: maomaode
>            Priority: Critical
>             Fix For: 2.0-RC
>
>
> The wsdllocation annotation can be present in the implementor class but absent in the endpointInterface. In JaxWsImplementorInfo when getWsdlLocation() method is invoked, it checks if seiAnnotation is present. Since it is present it just returns seiAnnotation.wsdlLocation(), which will be empty string.
> Ideally it should check if it is non-empty else read the attribute from the implementor class.

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