Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 36137 invoked from network); 12 May 2010 10:29:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 10:29:06 -0000 Received: (qmail 81389 invoked by uid 500); 12 May 2010 10:29:06 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 81290 invoked by uid 500); 12 May 2010 10:29:06 -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 81278 invoked by uid 99); 12 May 2010 10:29:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 10:29:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 10:29:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4CASgfN018870 for ; Wed, 12 May 2010 10:28:42 GMT Message-ID: <30018739.23611273660122144.JavaMail.jira@thor> Date: Wed, 12 May 2010 06:28:42 -0400 (EDT) From: "Julien Jean Paul Sirocchi (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2808) WSDL2JAVA: generated serialVersionUID on @WebFault exceptions In-Reply-To: <31009002.23571273660001376.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Jean Paul Sirocchi updated CXF-2808: ------------------------------------------- Attachment: cxf-2808.patch Proposed patch with unit test > WSDL2JAVA: generated serialVersionUID on @WebFault exceptions > ------------------------------------------------------------- > > Key: CXF-2808 > URL: https://issues.apache.org/jira/browse/CXF-2808 > Project: CXF > Issue Type: Improvement > Components: Tooling > Affects Versions: 2.2.8 > Reporter: Julien Jean Paul Sirocchi > Priority: Minor > Attachments: cxf-2808.patch > > > serialVersionUID inside the faults (i.e.: the java exceptions) created by the cxf-codegen-plugin have a value which is equal to yyyyMMddHHmmss of the time when the artifact containing the WSDL is produced. This behaviour cannot be changed currently. > Please refer to: http://old.nabble.com/WSDL2JAVA%3A-generated-serialVersionUID-on-%40WebFault-exceptions-td28526170.html > Proposed solution: > add a "-useFQCNForFaultSerialVersionUID" flag (true/false) on the WSDL2Java plugin that enables the generation of a serialVersionUID based on the hashcode of the fully qualified class name of the exception(s). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.