Axis2 uses commons-logging. If log4j is present in the classpath, it takes precedence over java.util.logging and you must supply a log4j.properties file.
Andreas On Fri, Apr 23, 2010 at 22:32, Demetris <[email protected]> wrote: > > And I am also getting the following: > log4j:WARN No appenders could be found for logger > (org.apache.axis2.util.Loader). > log4j:WARN Please initialize the log4j system properly. > > The actual client code does not include expilicit calls to the Logger - does > the axis2 > baseline need it to be initialized? > > Thanks again > > Demetris wrote: >> >> Hi all, >> >> even the example from the UserGuide outputs this when intecepted. >> How can I print the complete SOAP message (env and body) that >> is emitted as payload from these simple clients? >> >> Thanks >> >>> POST /axis2/services/BooksAxis2Service HTTP/1.1 >>> Content-Type: text/xml; charset=UTF-8 >>> SOAPAction: "urn:anonOutInOp" >>> User-Agent: Axis2 >>> Host: localhost:25718 >>> Transfer-Encoding: chunked ] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
