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 sa...@apache.org on 2006/01/10 13:09:23 UTC

svn commit: r367578 - /webservices/axis2/trunk/java/modules/samples/src/sample/google/search/ClientUtil.java

Author: saminda
Date: Tue Jan 10 04:09:17 2006
New Revision: 367578

URL: http://svn.apache.org/viewcvs?rev=367578&view=rev
Log:
Clean up the code of the sample 

Modified:
    webservices/axis2/trunk/java/modules/samples/src/sample/google/search/ClientUtil.java

Modified: webservices/axis2/trunk/java/modules/samples/src/sample/google/search/ClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/src/sample/google/search/ClientUtil.java?rev=367578&r1=367577&r2=367578&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/src/sample/google/search/ClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/samples/src/sample/google/search/ClientUtil.java Tue Jan 10 04:09:17 2006
@@ -116,11 +116,7 @@
         operation.addChild(
                 getOMElement(omFactory, defNs, "oe", "xsd:string", "latin1"));
 
-        ConfigurationContextFactory fac = new ConfigurationContextFactory();
-        ConfigurationContext configContext = fac.createConfigurationContextFromFileSystem(
-                "doGoogleSearch");
         msgContext = new MessageContext();
-        msgContext.setConfigurationContext(configContext);
         msgContext.setEnvelope(envelope);
         return msgContext;
     }