Remove code to set wsdllocation in copy of binding.xml
------------------------------------------------------

                 Key: CXF-2611
                 URL: https://issues.apache.org/jira/browse/CXF-2611
             Project: CXF
          Issue Type: Improvement
          Components: Tooling
            Reporter: Christian Schneider
            Assignee: Christian Schneider
             Fix For: 2.3


I recently added code to add the wsdlLocation of the wsdl currently processed 
to the binding file if the wsdlLocation was empty. Dan point out that the 
codegen already acts this way (see mail below). So I will remove this code 
again and document how to use it. 

-----
In your case, wherever we match the jaxws binding file up to a wsdl, if 
wsdlLocation is null and that option is set, instead of throwing an exception, 
assume that it's the current wsdl location.

Actually, looking at the code in CustomizationParser.java, line 491, that's 
exactly what we DO do.     Thus, I'm wondering if you really needed to do 
anything at all.   We're probably not spec compliant in this regards right 
now. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to