javaee / wadl

Web Application Description Language (WADL) project. This legacy project is available for review only
https://javaee.github.io/wadl/
Other
26 stars 15 forks source link

Multiple WADL files will cause data to be overwritten multiple times #8

Open glassfishrobot opened 16 years ago

glassfishrobot commented 16 years ago

The Maven plugin allows you to select multiple WADL files and generate stubs for all of these files in a single pass. As a result, the last WADL file read will always cause the results of previous WADL files to be overwritten.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 16 years ago

Reported by wilfred

glassfishrobot commented 15 years ago

mhadley said: The 1.1 version uses the base URI of the resources element to generate an endpoint class name rather than always using Endpoint as was the case for 1.0. Provided each WADL file uses different URIs and types this should now be fixed.

glassfishrobot commented 16 years ago

Was assigned to wilfred

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA WADL-8