Description
I have created a minimal example to reproduce the bug. Given the following WADL:
<?xml version="1.0" encoding="UTF-8"?><application xmlns:soa="http://www.oracle.com/soa/rest" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://xmlns.oracle.com/OSBSvil/BlueBirdProject/PS_REST_SF_AGENDA_MANAGEMENT" xmlns:ns0="http://www.skytv.it/mdw/data" xmlns="http://wadl.dev.java.net/2009/02">
{{ <doc title="PS_REST_SF_AGENDA_MANAGEMENT">RestService</doc>}}
{{ <resources base="http://server/">}}
{{ <resource path="/flying-animals">}}
{{ <method name="GET">}}
{{ <request/>}}
{{ <response status="200"/>}}
{{ </method>}}
{{ </resource>}}
{{ </resources>}}
</application>
The wadl2java plugin generates the following class:
@Path("/flying-animals")
public interface Flying-animalsResource
I attach the project (WADL + POM) as a zip file.
Attachments
Attachments
Issue Links
- relates to
-
CXF-8456 wadl2java plugin generates classes names with invalid identifiers
- Closed