Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.8, 3.5.3
-
None
-
None
-
Unknown
Description
Hi, after upgrading from CXF 3.0.16 to 3.5.3 I found an issue with
<groupId>org.apache.cxf</groupId> <artifactId>cxf-java2ws-plugin</artifactId>
The attach wsdl feature is now broken and/or not ok according to the documentation. The artifcat type is no more wlsdl but the file name of the output wsdl.
This bug has been introduced by this commit : https://github.com/apache/cxf/commit/9597cfb0fe57b55cffd6569efd98c69108e7befe (https://issues.apache.org/jira/browse/CXF-7924)
Please update the documentation to precise the real artifact type or change the implementation / plugin to be able to customize it ?