Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2AF2C9113 for ; Wed, 30 May 2012 17:08:29 +0000 (UTC) Received: (qmail 7781 invoked by uid 500); 30 May 2012 17:08:28 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 7720 invoked by uid 500); 30 May 2012 17:08:28 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 7709 invoked by uid 99); 30 May 2012 17:08:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 17:08:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of iashley@opentext.com designates 149.235.128.48 as permitted sender) Received: from [149.235.128.48] (HELO mucmx01.ixos.de) (149.235.128.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 17:08:22 +0000 Received: from mucpm02.smtp.dmz.opentext.com (localhost [127.0.0.1]) by mucmx01.ixos.de (8.12.10+Sun/8.12.10) with ESMTP id q4UH7xGC019900 for ; Wed, 30 May 2012 19:07:59 +0200 (MEST) Received: from otmucxg11.opentext.net (otmucxg11.opentext.net [149.235.128.141]) by mucpm02.smtp.dmz.opentext.com (8.14.4/8.14.4) with ESMTP id q4UH7x9S011050 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) for ; Wed, 30 May 2012 13:07:59 -0400 (envelope-from iashley@opentext.com) Received: from otmucxg21.opentext.net ([fe80::b510:cb88:5692:c7]) by otmucxg11.opentext.net ([149.235.128.141]) with mapi id 14.01.0339.001; Wed, 30 May 2012 19:07:59 +0200 From: Ian Ashley To: "dev@chemistry.apache.org" Subject: SOAP stack traces Thread-Topic: SOAP stack traces Thread-Index: AQHNPobD7YFxpEYyjkCp/0kkR6kLUQ== Date: Wed, 30 May 2012 17:07:58 +0000 Message-ID: <2D8A4568-0804-4300-B19B-9E7BF663B92A@opentext.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.137.10.183] Content-Type: text/plain; charset="us-ascii" Content-ID: <7FE4BD637A44A74C9DFC63C23D1AE7C0@opentext.net> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Archived: msg.BtMCwps:2012-05-30:mucpm02.smtp.dmz.opentext.com X-Virus-Checked: Checked by ClamAV on apache.org Dear all, Does anyone know how to turn off stack backtraces in SOAP faults responses = generated by Chemistry. I am using Jboss 5 as the server. I tried adding -Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=3Dtrue to = the startup of Java in the run.sh file to no avail. Thanks in advance, Ian=