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 pr...@apache.org on 2006/09/22 17:44:19 UTC

svn commit: r448968 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java

Author: pradine
Date: Fri Sep 22 08:44:18 2006
New Revision: 448968

URL: http://svn.apache.org/viewvc?view=rev&rev=448968
Log:
The wsa:FaultTo should not be specified on response messages, by default, as it implies that something will be listening for responses, to that response message.

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java?view=diff&rev=448968&r1=448967&r2=448968
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/Utils.java Fri Sep 22 08:44:18 2006
@@ -82,7 +82,6 @@
             newmsgCtx.setReplyTo(replyToEPR);
         }
 
-        newmsgCtx.setFaultTo(oldOptions.getTo());
         newmsgCtx.addRelatesTo(new RelatesTo(oldOptions.getMessageId())); //Uses the default relationship type
 
         AxisOperation ao = inMessageContext.getAxisOperation();



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