[
https://issues.apache.org/jira/browse/CXF-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp closed CXF-1877.
----------------------------
Resolution: Won't Fix
This is per JAXB specification. The default in JAXB is to not generate enums
if there are more than 256 members. There is a customization to control it:
<globalBindings typesafeEnumMaxMembers="####"/>
> It doesn't generate the corresponding java enums for xsd enumerations which
> exceed more than a limit of enumeration entries.
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: CXF-1877
> URL: https://issues.apache.org/jira/browse/CXF-1877
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 2.1.1
> Reporter: Narasimha
> Priority: Critical
> Original Estimate: 96h
> Remaining Estimate: 96h
>
> When we are Creating client stubs from a WSDL
> It doesn't generate the corresponding java enums for xsd enumerations which
> exceed more than a limit of enumeration entries.
> Our enum has more than 1500 types
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.