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 B645F6654 for ; Tue, 12 Jul 2011 17:19:22 +0000 (UTC) Received: (qmail 43363 invoked by uid 500); 12 Jul 2011 17:19:22 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 43308 invoked by uid 500); 12 Jul 2011 17:19:21 -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 43291 invoked by uid 99); 12 Jul 2011 17:19:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 17:19:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 17:19:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id ED0834C920 for ; Tue, 12 Jul 2011 17:18:59 +0000 (UTC) Date: Tue, 12 Jul 2011 17:18:59 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: <782429624.6794.1310491139967.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <676753672.1609.1309775842100.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CXF-3631) WADL Generator ignores @PathParams mapped on class fields 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-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin resolved CXF-3631. ----------------------------------- Resolution: Fixed Fix Version/s: 2.5 2.4.2 Assignee: Sergey Beryozkin > WADL Generator ignores @PathParams mapped on class fields > --------------------------------------------------------- > > Key: CXF-3631 > URL: https://issues.apache.org/jira/browse/CXF-3631 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 2.4.1 > Reporter: Raphael Vullriede > Assignee: Sergey Beryozkin > Labels: WADL > Fix For: 2.4.2, 2.5 > > > I have a request scoped resource via a RequestScopeResourceFactory and as described on http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-Lifecyclemanagement to be able to inject @PathParams on class fields. This works as expected however the mapped parameters do not show up in the auto-generated WADL. After a quick look in the source code of org.apache.cxf.jaxrs.model.wadl.WADLGenerator it seems it is only looking for method-level parameters. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira