You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2005/05/06 10:03:32 UTC

svn commit: r168562 - /webservices/axis/trunk/java/modules/core/src/org/apache/axis/description/AxisOperation.java

Author: chathura
Date: Fri May  6 01:03:32 2005
New Revision: 168562

URL: http://svn.apache.org/viewcvs?rev=168562&view=rev
Log:
Comented a unresolved method call

Modified:
    webservices/axis/trunk/java/modules/core/src/org/apache/axis/description/AxisOperation.java

Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/description/AxisOperation.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/description/AxisOperation.java?rev=168562&r1=168561&r2=168562&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/org/apache/axis/description/AxisOperation.java (original)
+++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/description/AxisOperation.java Fri May  6 01:03:32 2005
@@ -115,9 +115,9 @@
 		if (null == msgContext.getRelatesTo()) {
 			//Its a new incomming message so get the factory to create a new
 			// one
-			operationContext = OperationContextFactory.createMEPContext(this
-					.getMessageExchangePattern(), serverside, this, msgContext
-					.getSessionContext());
+//			operationContext = OperationContextFactory.createMEPContext(this
+//					.getMessageExchangePattern(), serverside, this, msgContext
+//					.getSessionContext());
 
 		} else {
 			// So this message is part of an ongoing MEP