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 5075F9131 for ; Wed, 30 May 2012 17:13:16 +0000 (UTC) Received: (qmail 18335 invoked by uid 500); 30 May 2012 17:13:16 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 18288 invoked by uid 500); 30 May 2012 17:13:16 -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 18280 invoked by uid 99); 30 May 2012 17:13:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 17:13:16 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [87.230.106.24] (HELO vwp1524.webpack.hosteurope.de) (87.230.106.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 17:13:08 +0000 Received: from p4fff5bab.dip.t-dialin.net ([79.255.91.171] helo=Florians-MacBook-Pro.local); authenticated by vwp1524.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1SZmRz-0004Xy-Kr; Wed, 30 May 2012 19:12:47 +0200 Message-ID: <4FC6550F.3030706@apache.org> Date: Wed, 30 May 2012 19:12:47 +0200 From: =?ISO-8859-1?Q?Florian_M=FCller?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: dev@chemistry.apache.org CC: Ian Ashley Subject: Re: SOAP stack traces References: <2D8A4568-0804-4300-B19B-9E7BF663B92A@opentext.com> In-Reply-To: <2D8A4568-0804-4300-B19B-9E7BF663B92A@opentext.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;fmui@apache.org;1338397988;4ad2031a; Hi Ian, Try: -Dorg.apache.chemistry.opencmis.stacktrace.disable=true Florian > 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=true to the startup of Java in the run.sh file to no avail. > > Thanks in advance, > Ian