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 ru...@apache.org on 2006/09/28 20:06:41 UTC

svn commit: r450949 - /webservices/axis2/trunk/java/modules/security/src/org/apache/rampart/handler/RampartReceiver.java

Author: ruchithf
Date: Thu Sep 28 11:06:40 2006
New Revision: 450949

URL: http://svn.apache.org/viewvc?view=rev&rev=450949
Log:
s/WSDoAllReceiver/RampartReceiver

Modified:
    webservices/axis2/trunk/java/modules/security/src/org/apache/rampart/handler/RampartReceiver.java

Modified: webservices/axis2/trunk/java/modules/security/src/org/apache/rampart/handler/RampartReceiver.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/security/src/org/apache/rampart/handler/RampartReceiver.java?view=diff&rev=450949&r1=450948&r2=450949
==============================================================================
--- webservices/axis2/trunk/java/modules/security/src/org/apache/rampart/handler/RampartReceiver.java (original)
+++ webservices/axis2/trunk/java/modules/security/src/org/apache/rampart/handler/RampartReceiver.java Thu Sep 28 11:06:40 2006
@@ -105,7 +105,7 @@
             header = msgContext.getEnvelope().getHeader();
         } catch (OMException ex) {
             throw new AxisFault(
-                    "WSDoAllReceiver: cannot get SOAP header after security processing",
+                    "RampartReceiver: cannot get SOAP header after security processing",
                     ex);
         }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org