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 di...@apache.org on 2007/05/24 16:48:13 UTC

svn commit: r541312 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java

Author: dims
Date: Thu May 24 07:48:12 2007
New Revision: 541312

URL: http://svn.apache.org/viewvc?view=rev&rev=541312
Log:
clean up commented out code.

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java?view=diff&rev=541312&r1=541311&r2=541312
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/util/RESTUtil.java Thu May 24 07:48:12 2007
@@ -149,17 +149,7 @@
                 }
                 msgContext.setAxisOperation(axisOperation);
             }
-
-            // check for the dispatching result
-//            if (msgContext.getAxisOperation() == null) {
-//                throw new AxisFault("I can not find a service for this request to be serviced." +
-//                        " Check the WSDL and the request URI");
-//            }
         }
-//        else {
-//            throw new AxisFault("I can not find a service for this request to be serviced." +
-//                    " Check the WSDL and the request URI");
-//        }
     }
 
     public static String getConstantFromHTTPLocation(String httpLocation) {



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