Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by WernerDittmann: http://wiki.apache.org/ws/FrontPage/WsFx/wss4jFAQ ------------------------------------------------------------------------------ 1. [#sigverify Problems and errors with Signature verification] 1. [#noalgo No such algorithm: http://www.w3.org/2001/04/xmlenc#rsa-1_5 or similar] 1. [#npe Spurious Null Pointer Exception] + 1. [#debug Where can I change the debug level of wss4j?] [[Anchor(isWSS4J)]] @@ -81, +82 @@ Please make sure that a full namespace aware parser is in the classpath, e.g. Apache Xerces. Of course this is also true for other parsers that do not support XML namespace. + [[Anchor(debug)]] + ==== Where can I change the debug level of wss4j? ==== + The WSS4J functions and handlers use ''log4j'' to output debug and other messages during + runtime. To control the output level, the output target, and the output format + use the standard log4j property file. The ''src'' directory contains a predefined + {{log4j.properties}} file that you can take as an example. + + In this property file just enable the modules you would like to trace and put the file + into the classpath. For more detailed information about ''log4j'' please refer to the + [http://logging.apache.org/ Apache logging] project. +
