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 96A29EE18 for ; Tue, 5 Mar 2013 10:45:15 +0000 (UTC) Received: (qmail 76398 invoked by uid 500); 5 Mar 2013 10:45:15 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 76358 invoked by uid 500); 5 Mar 2013 10:45:14 -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 76346 invoked by uid 99); 5 Mar 2013 10:45:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 10:45:14 +0000 Date: Tue, 5 Mar 2013 10:45:14 +0000 (UTC) From: "mustafa (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-4874) Data types for Fields not correctly published in WSDL from 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-4874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mustafa updated CXF-4874: ------------------------- Fix Version/s: (was: 2.5.10) (was: 2.6.7) (was: 2.7.4) (was: 2.8.0) Description: This fix relies on CXF-4847 and fixes the same issue described in this but for public Field Types. Example: @WebFault public class CustomException extends Exception { public ArrayList names; ... But it should be was: Fixes for CXF-4542 and CXF-4542 introduced this regression where an Exception class with a Collection was always represented as the Collection type instead of the Paramatized Type. Example: @WebFault public class CustomException extends Exception { private ArrayList names; ... But it should be > Data types for Fields not correctly published in WSDL from Exception classes > ---------------------------------------------------------------------------- > > Key: CXF-4874 > URL: https://issues.apache.org/jira/browse/CXF-4874 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.4.10, 2.5.6, 2.6.3, 2.7.0 > Reporter: mustafa > Assignee: Jim Ma > > This fix relies on CXF-4847 and fixes the same issue described in this but for public Field Types. > Example: > @WebFault > public class CustomException extends Exception { > > public ArrayList names; > ... > > > > > But it should be > > > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira