On 03/26/2012 03:31 PM, Kristian Rink wrote:
Hi David;
Am 26.03.2012 21:10, schrieb David Karlsen:
Try this: http://cxf.apache.org/docs/debugging-and-logging.html
Already made my way through that and tried most of the things on this
list without much success. The programmatic client example doesn't seem
to do anything (logging output after is the same as before), same for
using Log4j or Slf4j - it works the same way it did before, no
additional output is being dumped. Assuming HTTPS, I so far wanted to
keep myself from debugging things on TCP/packet level as I thought there
would be a straightforward way of making the client classes dump their
messages recieved / sent.
Is it possible that you're not using CXF because glassfish is loading
the RI (metro)? I had read some things on stackoverflow pointing to the
necessity of putting some libraries into the endorsed dir to get
glassfish to use cxf. This is all a vague handwave though, I can't
remember the details.
Do you have any specific log messages or stack traces that definitely
confirm that the CXF stack is being used?
David