CXF Maven Plugin fails to read WSDL file from classpath or jar file
-------------------------------------------------------------------
Key: CXF-2376
URL: https://issues.apache.org/jira/browse/CXF-2376
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.2.2
Reporter: S Sebastian
The CXF maven plugin "cxf-codegen-plugin" fails to read WSDL files from a jar
file deployed on a maven repository whic was declared as a dependency by the
webservice client project
While setting the following for wsdlOption
<wsdlOption>
<wsdl>classpath:/myfolder/myown.wsdl</wsdl>
---
----
</wsdlOption>
the build fails with the following error
org.apache.cxf.wsdl11.WSDLRuntimeException: Fail to create wsdl
definition from : file:/classpath: /myfolder/myown.wsdl
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.