[ https://issues.apache.org/jira/browse/CXF-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp updated CXF-3862: ----------------------------- Fix Version/s: 2.4.4 2.3.8 > BindingCustomization does not work for the wsdl url like > file://home/usr/../../wsdl/helloworld.wsdl > --------------------------------------------------------------------------------------------------- > > Key: CXF-3862 > URL: https://issues.apache.org/jira/browse/CXF-3862 > Project: CXF > Issue Type: Bug > Components: Tooling > Reporter: jimma > Assignee: jimma > Fix For: 2.3.8, 2.4.4 > > > When the the binding file like the below is gave to customize the package > name and there is some ".." or "." in the given wsdl url, wsdl2java fails to > generate the class in the expected package : > ----binding file ---------- > <?xml version="1.0" encoding="UTF-8" standalone="yes"?> > <bindings wsdlLocation="hello-world.wsdl" > xmlns="http://java.sun.com/xml/ns/jaxws"> > <bindings node="ns1:definitions" > xmlns:ns1="http://schemas.xmlsoap.org/wsdl/"> > <package name="org.apache.cxf"/> > </bindings> > </bindings> > ----command to generate code --- > wsdl2java -b bindingfile.xml > file://home/usr/hello/world/../../hello-world.wsdl -- 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