Author: ruwan Date: Thu Jun 5 09:18:02 2008 New Revision: 18035 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18035
Log: Fixing an documents issue Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml Modified: branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml?rev=18035&r1=18034&r2=18035&view=diff ============================================================================== --- branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml (original) +++ branches/esb/java/1.7/esb/java/src/site/xdoc/ESB_Samples_Setup.xml Thu Jun 5 09:18:02 2008 @@ -493,20 +493,6 @@ <h2 id="fixtransport"> Configuring Synapse for the FIX Transport </h2> - <p> - First of all you need to put the following jar files into the lib folder of the - synapse distribution - </p> - <ul> - <li>quickfixj-core-1.3.1.jar</li> - <li>quickfixj-msg-fix40-1.3.1.jar</li> - <li>quickfixj-msg-fix41-1.3.1.jar</li> - <li>quickfixj-msg-fix42-1.3.1.jar</li> - <li>quickfixj-msg-fix43-1.3.1.jar</li> - <li>quickfixj-msg-fix44-1.3.1.jar</li> - <li>slf4j-api-1.3.0.jar</li> - <li>slf4j-jdk14-1.3.0.jar</li> - </ul> <h3 id="fixtransport"> Setting up the FIX Transport </h3> @@ -519,21 +505,7 @@ To enable the FIX transport for samples, you need to uncomment the FIX transport sender and FIX transport receiver configurations in the repository/conf/axis2.xml. Simply locate and uncomment the FIXTransportSender - and FIXTransportListener sample configurations. Also add the following jars to - the Synapse class path (SYNAPSE_HOME/lib directory). - </p> - <ul> - <li>quickfixj-core.jar</li> - <li>quickfixj-msg-fix40.jar</li> - <li>quickfixj-msg-fix41.jar</li> - <li>quickfixj-msg-fix42.jar</li> - <li>quickfixj-msg-fix43.jar</li> - <li>quickfixj-msg-fix44.jar</li> - <li>mina-core-1.1.0.jar</li> - <li>slf4j-api-1.3.0.jar</li> - </ul> - <p> - All these jars are shipped with the Quickfix/J binary distribution. + and FIXTransportListener sample configurations. </p> <p/> <h3 id="fixsamples"> _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
