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

Freeman Fang resolved CXF-3296.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.3
                   2.4

commit fix
http://svn.apache.org/viewvc?rev=1065483&view=rev for trunk
http://svn.apache.org/viewvc?rev=1065486&view=rev for 2.3.x branch

> wsdl2java tool should always use catalog to resovle the overwriten url 
> firstly 
> -------------------------------------------------------------------------------
>
>                 Key: CXF-3296
>                 URL: https://issues.apache.org/jira/browse/CXF-3296
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.4, 2.3.3
>
>
> recently there're two tests failure
> org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest.testCatalog2 
> org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest.testCatalog3 
> those tests use catalog to overwrite a dummy url http://example.org/wsdl to 
> the local addNumbers.wsdl, however, the current logic is check the dummy url 
> first and if it failed then use catalog resolver, that's not a problem if 
> http://example.org/ doesn't exist at all, but lately there's a site 
> http://example.org/ so get no chance to use the catalog resolver which we 
> intend to use, so that we get those test failure.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to