dev@jax-ws.java.net

Disabling stacktrace information programattically.

From: Alexander Fung <Alexander.Fung_at_Sun.COM>
Date: Wed, 07 Mar 2007 15:15:36 -0800

Hello,

It appears that you can disable stack-trace information using a JVM
property (-Dcom.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStack
Trace=true), but is there a way to do this programmatically. I can't
always use the System.setProperty() method.

Thanks,

Alex