You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Narasimha (JIRA)" <ji...@apache.org> on 2008/10/17 20:23:44 UTC

[jira] Created: (CXF-1877) It doesn't generate the corresponding java enums for xsd enumerations which exceed more than a limit of enumeration entries.

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


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.


[jira] Closed: (CXF-1877) It doesn't generate the corresponding java enums for xsd enumerations which exceed more than a limit of enumeration entries.

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ 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.