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 sc...@apache.org on 2007/09/05 22:33:52 UTC

svn commit: r573050 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/core/controller/AxisInvocationController.java

Author: scheu
Date: Wed Sep  5 13:33:51 2007
New Revision: 573050

URL: http://svn.apache.org/viewvc?rev=573050&view=rev
Log:
AXIS2-3168
Contributor:Nick Gallardo
I contributed part of Nick's patch incorrectly..remoging the part of the patch that throws an exception.

Modified:
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/core/controller/AxisInvocationController.java

Modified: webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/core/controller/AxisInvocationController.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/core/controller/AxisInvocationController.java?rev=573050&r1=573049&r2=573050&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/core/controller/AxisInvocationController.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/core/controller/AxisInvocationController.java Wed Sep  5 13:33:51 2007
@@ -82,12 +82,6 @@
     */
     public MessageContext doInvoke(MessageContext request) {
         
-
-        //Make sure that a non-Async invocation does not have the ASYNC property setting
-        Boolean useAsyncMep = (Boolean) request.getProperties().get(Constants.USE_ASYNC_MEP);
-        if (useAsyncMep != null && useAsyncMep.booleanValue()){
-            throw ExceptionFactory.makeWebServiceException(Messages.getMessage("invalidMEP"));
-        }
         
         // We need the qname of the operation being invoked to know which 
         // AxisOperation the OperationClient should be based on.



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