Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5948

wadl2java -inheritResourceParams: put parent param first

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 2.7.13
    • Fix Version/s: 2.7.13, 3.0.2, 3.1
    • Component/s: Tooling
    • Labels:
      None
    • Estimated Complexity:
      Unknown

      Description

      For

      <resource path="{name}">
      	<param name="name" style="template" type="xs:string"/>
      	<resource path="{id}">
      		<param name="id" style="template" type="xs:string"/>
      

      the

      @Path("/{name}/{id}")

      Expected method params order is

      @PathParam("name") String name, @PathParam("id") String id

        Attachments

          Activity

            People

            • Assignee:
              sergey_beryozkin Sergey Beryozkin
              Reporter:
              amarkevich Alexey Markevich
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: