You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ed Wei (JIRA)" <ji...@apache.org> on 2008/07/31 16:10:33 UTC

[jira] Commented: (CXF-1512) wsdl2java doesn't generate method and class javadoc from jaxws:javadoc element

    [ https://issues.apache.org/jira/browse/CXF-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618688#action_12618688 ] 

Ed Wei commented on CXF-1512:
-----------------------------

The generated JavaDoc has incorrect format.  All doc comments should start with "/**" with two asterisks instead of just one.

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