[ https://issues.apache.org/jira/browse/CXF-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved CXF-3487. ------------------------------ Resolution: Not A Problem Fix Version/s: Invalid Assignee: Daniel Kulp Marking this resolved as I discovered this completely depends on your LANG environment and MAY be a java issue. With my LANG set to just "en", then the above mentioned test fails and I cannot run wsdl2java or anything as Java cannot create a "File" object that actually points that file. However, if I set my LANG to "en_US.UTF-8", then Java CAN create the appropriate File objects and the wsdl2java command runs fine. > wsdl2java cannot handle file path with accents > ---------------------------------------------- > > Key: CXF-3487 > URL: https://issues.apache.org/jira/browse/CXF-3487 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0.13, 2.2.11, 2.2.12, 2.4, 2.3.4 > Environment: * Linux Ubuntu 9.10 > * java version "1.6.0_24" > Java(TM) SE Runtime Environment (build 1.6.0_24-b07) > Java HotSpot(TM) Server VM (build 19.1-b02, mixed mode) > * CXF 2.4.0 > Reporter: Mickael Istria > Assignee: Daniel Kulp > Labels: wsdl2java > Fix For: Invalid > > > It is not possible to perfrom a wsdl2java operation on a file path or URL > that contains an accent (é). > Tried: > * wsdl2java file:/home/mistria/accent_é.wsdl > * wsdl2java file:/home/mistria/accent_%e9.wsdl > * wsdl2java file:/home/mistria/accent_%E9.wsdl > * wsdl2java /home/mistria/accent_é.wsdl > * wsdl2java /home/mistria/accent_%e9.wsdl > * wsdl2java /home/mistria/accent_%E9.wsdl > Unsuccessfully -- 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