Neal Hu created CXF-6759:
----------------------------
Summary: WADL2JAVA Tools Generated Source has Duplicate Method Name
Key: CXF-6759
URL: https://issues.apache.org/jira/browse/CXF-6759
Project: CXF
Issue Type: Bug
Components: JAX-RS, Tooling
Affects Versions: 3.1.4, 3.0.7
Environment: Windows
Reporter: Neal Hu
Fix For: 3.1.5, 3.0.8, 3.2.0
Generate source using below wadl file contains duplicate method name:
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<grammars/>
<resources base="http://localhost:9088/Pojo/hello/">
<resource path="/BasicResource">
<resource path="/echo">
<method name="GET">
<response>
<representation mediaType="application/json">
<param name="result" style="plain" type="xs:string"/>
</representation>
</response>
</method>
<method name="GET">
<response>
<representation mediaType="text/plain">
<param name="result" style="plain" type="xs:string"/>
</representation>
</response>
</method>
</resource>
</resource>
</resources>
</application>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)