You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2007/04/19 09:07:24 UTC

svn commit: r530292 - /webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/mtom-guide.html

Author: chatra
Date: Thu Apr 19 00:07:23 2007
New Revision: 530292

URL: http://svn.apache.org/viewvc?view=rev&rev=530292
Log:
correcting issue in https://issues.apache.org/jira/browse/AXIS2-2136

Modified:
    webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/mtom-guide.html

Modified: webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/mtom-guide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/xdocs/%40axis2_version_dir%40/mtom-guide.html?view=diff&rev=530292&r1=530291&r2=530292
==============================================================================
--- webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/mtom-guide.html (original)
+++ webservices/axis2/branches/java/1_2/xdocs/@axis2_version_dir@/mtom-guide.html Thu Apr 19 00:07:23 2007
@@ -179,8 +179,7 @@
         // Creating the Data Handler for the file.  Any implementation of
         // javax.activation.DataSource interface can fit here.
         javax.activation.DataHandler dataHandler = new javax.activation.DataHandler(new FileDataSource("SomeFile"));
-        DataHandler dataHandler = new DataHandler(dataSource);
-
+      
         //create an OMText node with the above DataHandler and set optimized to true
         OMText textData = <strong>fac.createOMText(dataHandler, true);</strong>
 



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