[
https://issues.apache.org/jira/browse/CXF-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110076#comment-14110076
]
Matt Parker commented on CXF-5948:
----------------------------------
It looks like maybe I don't have the latest. I have
cxf-wadl2java-plugin-3.0.2-20140821.133809-23.jar as the latest in my repo.
Forcing an update doesn't give me anything newer. I'm referencing
http://repository.apache.org/snapshots in both pluginRepository and repository
sections, and 3.0.2-SNAPSHOT as the version. Is there a different or better way
to pull changes?
> wadl2java -inheritResourceParams: put parent param first
> --------------------------------------------------------
>
> Key: CXF-5948
> URL: https://issues.apache.org/jira/browse/CXF-5948
> Project: CXF
> Issue Type: Improvement
> Components: Tooling
> Affects Versions: 2.7.13
> Reporter: Alexey Markevich
> Assignee: Sergey Beryozkin
> Priority: Minor
> Fix For: 2.7.13, 3.0.2, 3.1.0
>
> Attachments: inheritedParamsFirst.patch
>
>
> For
> {noformat}
> <resource path="{name}">
> <param name="name" style="template" type="xs:string"/>
> <resource path="{id}">
> <param name="id" style="template" type="xs:string"/>
> {noformat}
> the {noformat}@Path("/{name}/{id}"){noformat}
> Expected method params order is
> {noformat}@PathParam("name") String name, @PathParam("id") String id{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)