You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/03/21 10:28:47 UTC

cvs commit: ws-axis/c/src/engine/server ServerAxisEngine.cpp

samisa      2005/03/21 01:28:47

  Modified:    c/src/engine/server ServerAxisEngine.cpp
  Log:
  Fixed the error. I wanted to comment out both the lines.
  XISCPP-569
  
  Revision  Changes    Path
  1.30      +1 -1      ws-axis/c/src/engine/server/ServerAxisEngine.cpp
  
  Index: ServerAxisEngine.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/server/ServerAxisEngine.cpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- ServerAxisEngine.cpp	18 Mar 2005 10:52:19 -0000	1.29
  +++ ServerAxisEngine.cpp	21 Mar 2005 09:28:47 -0000	1.30
  @@ -327,7 +327,7 @@
        //m_pSZ->setSoapFault (SoapFault::getSoapFault (CLIENT_SOAP_SOAPCONTENTERROR));
           int iExceptionCode = e.getExceptionCode();
           //char* pcTempStr = (char*) e.what();
  -        AXISTRACE2("Exception:", pcTempStr, CRITICAL);
  +        //AXISTRACE2("Exception:", pcTempStr, CRITICAL);
           if(AXISC_SERVICE_THROWN_EXCEPTION == iExceptionCode)
           {
               /*Writes the SoapMessage in which soap body contains only Fault*/