If the wsdlLocation is not a valid URL, you class.getResource(...)
------------------------------------------------------------------

                 Key: CXF-4039
                 URL: https://issues.apache.org/jira/browse/CXF-4039
             Project: CXF
          Issue Type: Improvement
          Components: Tooling
            Reporter: Daniel Kulp
             Fix For: 2.4.6, 2.5.2



If the wsdlLocation is not a valid URL, we can detect that easily at code 
generation time with a simple "new URL(wsdlLocation)" and generate more usable 
code via a class.getResource call instead.



--
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

        

Reply via email to