dev@jax-ws.java.net

Re: Where to set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false?

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Fri, 24 Oct 2008 19:21:16 -0700

subh wrote:
> I need to disable the stacktrace for the fault messages, but I am not sure
> where do I set it to false. is it in sun-jaxws.xml?
>
> Can anyone tell me the exact syntax? I am using version 2.1.
>
Use system property. Typically java
-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace=false
For containers, you need to pass properties in their own way. What
container are you using ?

Jitu
> thanks in advance..
>
>