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 E3439196DC for ; Wed, 30 Mar 2016 15:35:25 +0000 (UTC) Received: (qmail 52211 invoked by uid 500); 30 Mar 2016 15:35:25 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 52174 invoked by uid 500); 30 Mar 2016 15:35:25 -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 52134 invoked by uid 99); 30 Mar 2016 15:35:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2016 15:35:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A35FF2C14FB for ; Wed, 30 Mar 2016 15:35:25 +0000 (UTC) Date: Wed, 30 Mar 2016 15:35:25 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (CXF-6855) ElementClass annotation is ignored on JAX-RS service interface when generating the WADL 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-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin updated CXF-6855: ---------------------------------- Comment: was deleted (was: It has to be collocated with other JAX-RS annotations on a given method. Is it how it is done in your case ?) > ElementClass annotation is ignored on JAX-RS service interface when generating the WADL > --------------------------------------------------------------------------------------- > > Key: CXF-6855 > URL: https://issues.apache.org/jira/browse/CXF-6855 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 3.0.8 > Reporter: Stefaan Vanderheyden > Attachments: ZoomitWadlBugTest.java > > > For the purpose of generating a WADL, contrary to what would be dictated by best practices the "ElementClass" annotation is ignored by CXF when it is placed on the JAX-RS service interface. > The annotation must be present on the service's implementation in order for the grammar section of the WADL to be generated correctly, and for the response types to be correctly linked to a grammar type. -- This message was sent by Atlassian JIRA (v6.3.4#6332)