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

Sean O'Callaghan resolved CXF-1512.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.1

> wsdl2java doesn't generate method and class javadoc from jaxws:javadoc element
> ------------------------------------------------------------------------------
>
>                 Key: CXF-1512
>                 URL: https://issues.apache.org/jira/browse/CXF-1512
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0.4
>            Reporter: Paweł Karpiński
>            Assignee: Sean O'Callaghan
>             Fix For: 2.1.1
>
>
> For example:
>   ............
>               <wsdl:operation name="updateInfo">
>                       <wsdl:documentation>
>                               Some documentation
>                       </wsdl:documentation>
>                       <wsdl:input message="tns:someMethodRequest"
>                               name="someMethodRequest">
>                       </wsdl:input>
>                       <jaxws:bindings>
>                               <jaxws:method name="updateInfoInfo">
>                                       <jaxws:javadoc>Not working javadoc :-( 
> </jaxws:javadoc>
>                               </jaxws:method>
>                       </jaxws:bindings>
>               </wsdl:operation>
>   .............
> Same problem is also with class javadoc

-- 
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