Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 27084 invoked from network); 20 Oct 2006 09:03:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2006 09:03:39 -0000 Received: (qmail 79448 invoked by uid 500); 20 Oct 2006 09:03:38 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 79410 invoked by uid 500); 20 Oct 2006 09:03:38 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 79400 invoked by uid 99); 20 Oct 2006 09:03:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 02:03:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of James.Mao@iona.com designates 63.65.132.112 as permitted sender) Received: from [63.65.132.112] (HELO amereast-smg2.iona.com) (63.65.132.112) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 02:03:36 -0700 Received: from amereast-ems2.IONAGLOBAL.COM ([10.65.6.84]) by amereast-smg2.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k9K8u7hE004405 for ; Fri, 20 Oct 2006 04:56:11 -0400 (EDT) Received: from [10.129.9.116] ([10.129.9.116]) by amereast-ems2.IONAGLOBAL.COM with Microsoft SMTPSVC(5.0.2195.6713); Fri, 20 Oct 2006 05:03:12 -0400 Message-ID: <45389077.1070808@iona.com> Date: Fri, 20 Oct 2006 17:01:43 +0800 From: James Mao User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: cxf-dev@incubator.apache.org Subject: stacktrace in fault? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Oct 2006 09:03:13.0139 (UTC) FILETIME=[928E9430:01C6F426] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm thinking of adding a getStackTrace()/setStackTrace into Fault I saw in XML binding we just set the stacktrace into the message, i don't think that is correct way. Any idea? -james.