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

Constantino Cronemberger updated CXF-6125:
------------------------------------------
    Description: 
This is the error message I get when I try to generate Javadoc from classes 
generated with CXF with JDK 1.8 out of a WSDL :

{code}
C:\...\target\generated-sources\cxf\...\shared\model\ws\...\changesreport\FieldType.java:28:
 error: bad use of '>'
*         <element name="Info" 
type="{http://www.w3.org/2001/XMLSchema}string"; minOccurs="0"/>
{code}

I think it would be just a matter of replacing ">" by "\>".

  was:
This is the error message I get when I try to generate Javadoc from classes 
generated with CXF with JDK 1.8 out of a WSDL :

{code}
C:\...\target\generated-sources\cxf\...\shared\model\ws\...\changesreport\FieldType.java:28:
 error: bad use of '>'
*         <element name="Info" 
type="{http://www.w3.org/2001/XMLSchema}string"; minOccurs="0"/>
{code}

I think it would be just a matter of replacing ">" by "&&;gt;".


> generated Javadoc is not valid for JDK 1.8
> ------------------------------------------
>
>                 Key: CXF-6125
>                 URL: https://issues.apache.org/jira/browse/CXF-6125
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Constantino Cronemberger
>
> This is the error message I get when I try to generate Javadoc from classes 
> generated with CXF with JDK 1.8 out of a WSDL :
> {code}
> C:\...\target\generated-sources\cxf\...\shared\model\ws\...\changesreport\FieldType.java:28:
>  error: bad use of '>'
> *         <element name="Info" 
> type="{http://www.w3.org/2001/XMLSchema}string"; minOccurs="0"/>
> {code}
> I think it would be just a matter of replacing ">" by "\>".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to