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 BE38410AE8 for ; Tue, 4 Feb 2014 14:10:13 +0000 (UTC) Received: (qmail 97215 invoked by uid 500); 4 Feb 2014 14:10:12 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 96304 invoked by uid 500); 4 Feb 2014 14:10:10 -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 96281 invoked by uid 99); 4 Feb 2014 14:10:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Feb 2014 14:10:09 +0000 Date: Tue, 4 Feb 2014 14:10:09 +0000 (UTC) From: "mustafa (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-5538) Parameterized Types do not work on Exception Classes 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-5538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mustafa updated CXF-5538: ------------------------- Attachment: JBPAPP-10650.patch I'm attaching the patch that the JBoss team worked on which I believe has not yet been applied to Apache CXF > Parameterized Types do not work on Exception Classes > ---------------------------------------------------- > > Key: CXF-5538 > URL: https://issues.apache.org/jira/browse/CXF-5538 > Project: CXF > Issue Type: Bug > Affects Versions: 2.7.9 > Reporter: mustafa > Attachments: JBPAPP-10650.patch > > > As part of the fix CXF-4542 we believe introduced this regression where an Exception class with a Collection was always represented as the Collection type instead of the Paramatized Type. > Example: > {code:title=CustomException.java|borderStyle=solid} > @WebFault > public class CustomException extends Exception { > private ArrayList names; > {code} > This is what you get using fixes from JBPAPP-10566 > {code:xml} > > > > > {code} > But it should be > {code:xml} > > > > > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)