Author: ruwan Date: Mon Feb 2 13:37:39 2009 New Revision: 30223 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30223
Log: Fixing the site generation issue Modified: trunk/esb/java/docs/xdoc/samples_guide.xml Modified: trunk/esb/java/docs/xdoc/samples_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples_guide.xml?rev=30223&r1=30222&r2=30223&view=diff ============================================================================== --- trunk/esb/java/docs/xdoc/samples_guide.xml (original) +++ trunk/esb/java/docs/xdoc/samples_guide.xml Mon Feb 2 13:37:39 2009 @@ -3685,7 +3685,7 @@ <pre xml:space="preserve">ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280/ -Dsymbol=IBM</pre> <p>ESB console shows </p> -<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the Database **INFO LogMediator text = Company ID – c1<br /></pre> +<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the Database **INFO LogMediator text = Company ID ? c1<br /></pre> <p></p> @@ -3695,11 +3695,11 @@ <p></p> <p>ESB console shows </p> -<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the Database **INFO LogMediator text = Company ID – c2<br /></pre> +<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the Database **INFO LogMediator text = Company ID ? c2<br /></pre> <p>and for the MSFT stock quote, </p> <pre xml:space="preserve">ant stockquote -Daddurl=http://localhost:9000/services/SimpleStockQuoteService -Dtrpurl=http://localhost:8280/ -Dsymbol=MSFT</pre> -<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the Database **<br />INFO LogMediator text = Company ID – c2</pre> +<pre xml:space="preserve">INFO LogMediator text = ** Looking up from the Database **<br />INFO LogMediator text = Company ID ? c2</pre> <p>For any other symbols, ESB console shows </p> <pre xml:space="preserve">INFO LogMediator text = ** Unrecognized Company ID **</pre> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
