I am having some failures in the Integration module tests from the code I extracted today (Revision: 393790):
    [junit] [ERROR] Test org.apache.axis2.engine.CharactersetEncodingTest FAILED
    [junit] [ERROR] Test org.apache.axis2.engine.CommonsHTTPEchoRawXMLTest FAILED
    [junit] [ERROR] Test org.apache.axis2.engine.EchoRawXMLMultipleTest FAILED
    [junit] [ERROR] Test org.apache.axis2.engine.EchoRawXMLTest FAILED
    [junit] [ERROR] Test org.apache.axis2.engine.FaultHandlingTest FAILED
    [junit] [ERROR] Test org.apache.axis2.engine.SOAPversionTest FAILED
    [junit] [ERROR] Test org.apache.axis2.mtom.EchoRawMTOMFileCacheTest FAILED
    [junit] [ERROR] Test org.apache.axis2.rpc.MultirefTest FAILED
    [junit] [ERROR] Test org.apache.axis2.rpc.RPCCallTest FAILED

While trying to look into why the tests are failing, I noticed that all of the test output files (except TEST-org.apache.axis2.integration.EchoTest.txt) have the following message:

------------- Standard Error -----------------
log4j:WARN No appenders could be found for logger (org.apache.axiom.om.impl.builder.StAXOMBuilder).
log4j:WARN Please initialize the log4j system properly.
------------- ---------------- ---------------

My questions are:
1) Where is the output from log.error( ... ) when called from the test cases supposed to go?  I believe I am hitting those calls prior to the asserts failing, but I don't see any output.

2) Is the lack of log ouptut related to the log4j:WARN messages above?

3) Is anyone else seeing the test failures above?

Thanks in advance for any insights!
Jeff

IBM Software Group - WebSphere Web Services Development
Phone: 512-838-4587 or Tie Line 678-4587
Internet e-mail and Sametime ID: [EMAIL PROTECTED]

Reply via email to