Author: hiranya
Date: Fri May 15 02:07:08 2009
New Revision: 35854
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35854

Log:
Updated the sample image file path in MtomSwaClient (See CARBON-3700)



Modified:
   
branches/synapse/1.3-wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java

Modified: 
branches/synapse/1.3-wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
URL: 
http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java?rev=35854&r1=35853&r2=35854&view=diff
==============================================================================
--- 
branches/synapse/1.3-wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
      (original)
+++ 
branches/synapse/1.3-wso2v1/modules/samples/src/main/java/samples/userguide/MTOMSwAClient.java
      Fri May 15 02:07:08 2009
@@ -52,7 +52,7 @@
     public static void main(String[] args) throws Exception {
 
         String targetEPR = getProperty("opt_url", 
"http://localhost:8280/services/MTOMSwASampleService";);
-        String fileName = getProperty("opt_file", 
"./../../repository/conf/sample/resources/mtom/asf-logo.gif");
+        String fileName = getProperty("opt_file", 
"./../../repository/samples/resources/mtom/asf-logo.gif");
         String mode = getProperty("opt_mode", "mtom");
 
         if (args.length > 0) mode = args[0];

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to