[ 
https://issues.apache.org/jira/browse/AXIS2-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787125#action_12787125
 ] 

Barry L Rogoff commented on AXIS2-3371:
---------------------------------------

Of course it's an issue! The reason why it's never been fixed is that its Type 
is Improvement, not Bug. If I had a dollar for every bug I've reported that's 
been classified as an improvement, I'd be rich enough to retire.

The software is broken. Anyone who looks at the screen captures can see how 
obvious that is. The goal is to get someone with sufficient privs to read the 
comments, look at the screen captures, change the Type to Bug, and assign it 
someone who can fix it.

Unfortunately, I don't know how to make that happen and I don't have a 
workaround.

> It would be VERY useful if WSDL2Java generated also Javadoc from schema and 
> WSDL documentation elements
> -------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3371
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3371
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: codegen
>    Affects Versions: 1.3
>            Reporter: Mauro Molinari
>         Attachments: Create Cell Javadoc.png, Create Cell WSDL.png
>
>
> It would be EXTREMELY useful if WSDL2Java could take 
> <xsd:annotation><xsd:documentation>...</xsd:documentation></xsd:documentation>
>  elements content relative to elements, types and enumeration in the schema, 
> as well as <wsdl:documentation>...</wsdl:documentation> elements content 
> relative to services and operations, to generate Javadocs for skeleton, stubs 
> and ADBBeans.
> My raw proposed mapping is:
> - <wsdl:documentation> before <wsdl:types> => skeleton/stub class Javadoc
> - <xsd:annotation><xsd:documentation> for a defined root element/complex type 
> in the schema => ADBBean class Javadoc
> - <xsd:annotation><xsd:documentation> for a defined element of a complex type 
> in the schema => ADBBean method Javadoc and @param entries for skeleton/stub 
> methods
> - <wsdl:documentation> for an operation => method Javadoc for skeleton/stub 
> methods
> - <xsd:annotation><xsd:documentation> for a defined enumeration value of an 
> extension of a type in the schema => properties Javadoc for the different 
> instances of the generated typesafe enum

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