You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/08/11 18:08:44 UTC

[jira] Resolved: (CXF-1739) wsdl2java puts javadoc comments for a property at the wrong place

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

Daniel Kulp resolved CXF-1739.
------------------------------

       Resolution: Won't Fix
    Fix Version/s: Invalid


This isn't something we have any control over.   The javadoc on the JAXB beans is completely generated by the JAXB Reference implementation.   We don't generate it.   You would need to log a bug at:

https://jaxb.dev.java.net/


> wsdl2java puts javadoc comments for a property at the wrong place
> -----------------------------------------------------------------
>
>                 Key: CXF-1739
>                 URL: https://issues.apache.org/jira/browse/CXF-1739
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.1
>            Reporter: Ed Wei
>             Fix For: Invalid
>
>
> when using a custom jaxb binding file, when <jaxb:javadoc> is used on a property, the javadoc should be created on the field, not on the getter of the field.  Here's an example of the binding file:
> <jaxb:bindings node="xs:complexType[@name='myComplexType']">
>   <jaxb:bindings node="/xs:complexContent/xs:extension/xs:sequence/xs:element[@name='myField']">
>     <jaxb:property>
>       <jaxb:javadoc>
>         <![CDATA[this comment should appear on the field, not the getter of the field]]>
>       </jaxb:javadoc>
>     </jaxb:property> 
>   </jaxb:bindings>	
> </jaxb:bindings>

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