dev@jax-ws.java.net

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

From: javabean <java.development_at_gmail.com>
Date: Sun, 26 Oct 2008 13:48:14 -0700 (PDT)

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.
>
> thanks in advance..
>
>


You have to set the property on the server side; if the server runs in the
Glassfish container, there is an example
http://forums.sun.com/thread.jspa?threadID=5192250 here . Because its a
vm-wide setting, the best way to set it is during startup of the container.

Cheers,

javabean.
-- 
View this message in context: http://www.nabble.com/Where-to-set-com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace%3Dfalse--tp20133003p20177781.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.