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

wadl2java -inheritResourceParams: put parent param first

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.7.13
    • 2.7.13, 3.0.2, 3.1
    • Tooling
    • None
    • 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

        1. inheritedParamsFirst.patch
          4 kB
          Alexey Markevich

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: