Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61B34112F2 for ; Mon, 25 Aug 2014 16:27:58 +0000 (UTC) Received: (qmail 44310 invoked by uid 500); 25 Aug 2014 16:27:58 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 44273 invoked by uid 500); 25 Aug 2014 16:27:58 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 44260 invoked by uid 99); 25 Aug 2014 16:27:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 16:27:58 +0000 Date: Mon, 25 Aug 2014 16:27:58 +0000 (UTC) From: "Matt Parker (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CXF-5948) wadl2java -inheritResourceParams: put parent param first MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109266#comment-14109266 ] Matt Parker edited comment on CXF-5948 at 8/25/14 4:26 PM: ----------------------------------------------------------- Hi Sergey, Using space as a separator, the behavior has changed slightly but is still broken. 'inheritResourceParams' and 'inheritResourceParams first' both yield the same result as the first result listed above--missing the 'id' param in 'publishConnection'. 'inheritResourceParams foo' and 'inheritResourceParams last' (anything other than 'first' as the option) yield the same result as the second one listed above--getConnectionFoo has the params in different order than the other methods. -Matt was (Author: mparker): Hi Sergey, Using space as a separator, the behavior has changed slightly but is still broken. '-inheritResourceParams' and '-inheritResourceParams first' both yield the same result as the first result listed above--missing the 'id' param in 'publishConnection'. '-inheritResourceParams foo' and '-inheritResourceParams last' (anything other than 'first' as the option) yield the same result as the second one listed above--getConnectionFoo has the params in different order than the other methods. -Matt > 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} > > > > > {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)