[
https://issues.apache.org/jira/browse/CXF-6125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-6125.
------------------------------
Resolution: Unresolved
Fix Version/s: Invalid
JAXB issue, not CXF.
> 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
> Fix For: Invalid
>
>
> 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 its "gt" escape
> sequence.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)