[ 
https://issues.apache.org/jira/browse/XMLSCHEMA-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244315#comment-13244315
 ] 

Hudson commented on XMLSCHEMA-22:
---------------------------------

Integrated in xmlschema-trunk-jdk15 #20 (See 
[https://builds.apache.org/job/xmlschema-trunk-jdk15/20/])
    [XMLSCHEMA-22] Use the english locale for parsing enums to avoid issues
with local locals making the toUpperCase call not yield usable results. 
(Revision 1308394)

     Result = SUCCESS
dkulp : 
Files : 
* 
/webservices/xmlschema/trunk/xmlschema-core/src/main/java/org/apache/ws/commons/schema/EnumUtil.java

                
> enum parsing is locale specific
> -------------------------------
>
>                 Key: XMLSCHEMA-22
>                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-22
>             Project: XmlSchema
>          Issue Type: Bug
>    Affects Versions: XmlSchema 2.0
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.0.2
>
>
> The EnumUtils class used to parse the enums does:
> {code}    
>     static <T extends Enum<T>> T valueOf(Class<T> enumClass, String name) {
>         return Enum.valueOf(enumClass, name.toUpperCase());
>     }
> {code}
> but the toUpperCase call there is locale specific and could result in not 
> being able to parse the enums.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to