Author: amilas
Date: Wed Sep 26 02:15:02 2007
New Revision: 579530
URL: http://svn.apache.org/viewvc?rev=579530&view=rev
Log:
We do not need to set the operation context , it is enough if we only set the
AxisOperation (I am commiting this
onbefalf on Deepal)
Modified:
webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java
Modified:
webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java
URL:
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java?rev=579530&r1=579529&r2=579530&view=diff
==============================================================================
---
webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java
(original)
+++
webservices/sandesha/branches/sandesha2/java/1_3/modules/core/src/main/java/org/apache/sandesha2/workers/SenderWorker.java
Wed Sep 26 02:15:02 2007
@@ -539,10 +539,11 @@
.getProperty(Constants.Configuration.CONTENT_TYPE));
responseMessageContext.setProperty(HTTPConstants.MTOM_RECEIVED_CONTENT_TYPE,
requestMsgOpCtx
.getProperty(HTTPConstants.MTOM_RECEIVED_CONTENT_TYPE));
- responseMessageContext.setOperationContext(requestMsgOpCtx);
- if ( !requestMsgOpCtx.isComplete()) {
- requestMsgOpCtx.addMessageContext(responseMessageContext);
- }
+// responseMessageContext.setOperationContext(requestMsgOpCtx);
+// if ( !requestMsgOpCtx.isComplete()) {
+//
requestMsgOpCtx.addMessageContext(responseMessageContext);
+// }
+
responseMessageContext.setAxisOperation(msgCtx.getAxisOperation());
//If the response MsgCtx was not available Axis2 would hv put
the transport info into a
//HashMap, getting the data from it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]