This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
info:java:jax-ws_debugging [2013-05-22 10:52] andunix created |
info:java:jax-ws_debugging [2014-11-25 10:40] (current) andunix |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| </ | </ | ||
| - | Here are some working combination I found out: | + | The most common option seems to be '' |
| + | To use it, add the following to yout JVM arguments (e.g. to the command line): | ||
| - | Java 6 (1.6.0_05): '' | + | < |
| + | -Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true | ||
| + | </ | ||
| + | Java 8 on OS X needs this: | ||
| + | < | ||
| + | -Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true | ||
| + | </ | ||
| + | |||
| + | {{tag> | ||