You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jimma (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/25 18:16:32 UTC

[jira] [Resolved] (CXF-3862) BindingCustomization does not work for the wsdl url like file://home/usr/../../wsdl/helloworld.wsdl

     [ https://issues.apache.org/jira/browse/CXF-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jimma resolved CXF-3862.
------------------------

    Resolution: Fixed
    
> 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.4.4, 2.5
>
>
> 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