Author: ruwan
Date: Mon Feb  2 02:01:54 2009
New Revision: 30131
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30131

Log:
Fixing the documentation styles

Modified:
   trunk/esb/java/docs/xdoc/configuration_language.xml
   trunk/esb/java/docs/xdoc/docs_index.xml
   trunk/esb/java/docs/xdoc/extensions_guide.xml
   trunk/esb/java/docs/xdoc/index.xml
   trunk/esb/java/docs/xdoc/installation_guide.xml
   trunk/esb/java/docs/xdoc/java_home_setup.xml
   trunk/esb/java/docs/xdoc/quickstart_guide.xml
   trunk/esb/java/docs/xdoc/release-note.xml
   trunk/esb/java/docs/xdoc/samples_guide.xml
   trunk/esb/java/docs/xdoc/samples_setup_guide.xml
   trunk/esb/java/docs/xdoc/user_guide.xml

Modified: trunk/esb/java/docs/xdoc/configuration_language.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/configuration_language.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/configuration_language.xml (original)
+++ trunk/esb/java/docs/xdoc/configuration_language.xml Mon Feb  2 02:01:54 2009
@@ -29,6 +29,7 @@
     <title>
       Synapse Configuration Language
     </title>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <style type="text/css">
     .command {
         border: 1px dashed #3c78b5;

Modified: trunk/esb/java/docs/xdoc/docs_index.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/docs_index.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/docs_index.xml     (original)
+++ trunk/esb/java/docs/xdoc/docs_index.xml     Mon Feb  2 02:01:54 2009
@@ -29,6 +29,7 @@
     <title>
       WSO2 ESB - Documentation Index
     </title>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">

Modified: trunk/esb/java/docs/xdoc/extensions_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/extensions_guide.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/extensions_guide.xml       (original)
+++ trunk/esb/java/docs/xdoc/extensions_guide.xml       Mon Feb  2 02:01:54 2009
@@ -29,6 +29,7 @@
     <title>
       WSO2 ESB - Extending Synapse
     </title>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
 
   </head>

Modified: trunk/esb/java/docs/xdoc/index.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/index.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/index.xml  (original)
+++ trunk/esb/java/docs/xdoc/index.xml  Mon Feb  2 02:01:54 2009
@@ -29,6 +29,7 @@
     <title>
       Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
     </title>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">

Modified: trunk/esb/java/docs/xdoc/installation_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/installation_guide.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/installation_guide.xml     (original)
+++ trunk/esb/java/docs/xdoc/installation_guide.xml     Mon Feb  2 02:01:54 2009
@@ -29,6 +29,7 @@
     <title>
       WSO2 ESB - Installation Guide
     </title>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">

Modified: trunk/esb/java/docs/xdoc/java_home_setup.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/java_home_setup.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/java_home_setup.xml        (original)
+++ trunk/esb/java/docs/xdoc/java_home_setup.xml        Mon Feb  2 02:01:54 2009
@@ -26,6 +26,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
   </head>
   <body>
   </body>

Modified: trunk/esb/java/docs/xdoc/quickstart_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/quickstart_guide.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/quickstart_guide.xml       (original)
+++ trunk/esb/java/docs/xdoc/quickstart_guide.xml       Mon Feb  2 02:01:54 2009
@@ -29,6 +29,7 @@
     <title>
       WSO2 ESB - Quick Start Guide
     </title>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body>

Modified: trunk/esb/java/docs/xdoc/release-note.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/release-note.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/release-note.xml   (original)
+++ trunk/esb/java/docs/xdoc/release-note.xml   Mon Feb  2 02:01:54 2009
@@ -5,7 +5,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <title>WSO2 ESB v2.0 Released - 06th January 2009</title>
-    <link href="../css/esb-docs.css" rel="stylesheet"/>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="docs/css/esb-docs.css" rel="stylesheet"/>
   </head>
   <body>

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=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/samples_guide.xml  (original)
+++ trunk/esb/java/docs/xdoc/samples_guide.xml  Mon Feb  2 02:01:54 2009
@@ -18,12 +18,14 @@
   ~
   -->
 
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
+<!DOCTYPE html
+     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
   <meta http-equiv="content-type" content="" />
   <title>WSO2 ESB - Samples Guide </title>
+  <link href="css/esb-docs.css" rel="stylesheet"/>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all" />
   <link href="samples_setup_guide.xml" />
@@ -43,7 +45,7 @@
 may be viewed graphically through the WSO2 ESB administration console after
 logging into the console. </p>
 
-<h2><a id="TOC">Table of Contents</a> </h2>
+<h2><a name="TOC">Table of Contents</a> </h2>
 
 <div class="section-content">
 <ul>
@@ -236,9 +238,9 @@
 </ul>
 </div>
 
-<h1><a id="MediationSamples">Message Mediation Samples</a> </h1>
+<h1><a name="MediationSamples">Message Mediation Samples</a> </h1>
 
-<h2><a id="Sample0">Sample 0: Introduction to ESB</a> </h2>
+<h2><a name="Sample0">Sample 0: Introduction to ESB</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;!-- log all attributes of messages passing through --&gt;
     &lt;log level="full"/&gt;
@@ -300,7 +302,7 @@
 http://localhost:9000/services/SimpleStockQuoteService, but the transport
 specifies ESB as the http proxy. </p>
 
-<h2><a id="Sample1">Sample 1: Simple content based routing (CBR) of
+<h2><a name="Sample1">Sample 1: Simple content based routing (CBR) of
 messages</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;!-- filtering of messages with XPath and regex matches --&gt;
@@ -340,7 +342,7 @@
 thus the implicit 'send' mediator forwards the response back to the client.
 </p>
 
-<h2><a id="Sample2">Sample 2: CBR with the Switch-case mediator, using
+<h2><a name="Sample2">Sample 2: CBR with the Switch-case mediator, using
 message properties</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;switch source="//m0:getQuote/m0:request/m0:symbol" 
xmlns:m0="http://services.samples/xsd"&gt;
@@ -395,7 +397,7 @@
 -Dtrpurl=http://localhost:8280/ -Dsymbol=MSFT </p>
 <pre xml:space="preserve">INFO LogMediator - symbol = Are you sure? - MSFT, 
epr = http://localhost:9000/axis2/services/SimpleStockQuoteService</pre>
 
-<h2><a id="Sample3">Sample 3: Local Registry entry definitions, reusable
+<h2><a name="Sample3">Sample 3: Local Registry entry definitions, reusable
 endpoints and sequences</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;!-- define a string resource entry to the local registry --&gt;
@@ -462,7 +464,7 @@
 [HttpServerWorker-1] DEBUG SendMediator - Send mediator :: mediate()
 [HttpServerWorker-1] DEBUG AddressEndpoint - Sending To: 
http://localhost:9000/services/SimpleStockQuoteService </pre>
 
-<h2><a id="Sample4">Sample 4: Introduction to error handling</a> </h2>
+<h2><a name="Sample4">Sample 4: Introduction to error handling</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
     &lt;!-- the default fault handling sequence used by Synapse - named 
'fault' --&gt;
@@ -561,7 +563,7 @@
 [HttpServerWorker-1] DEBUG LogMediator - Log mediator :: mediate()
 [HttpServerWorker-1] INFO  LogMediator - text = An unexpected error occured 
for stock SUN, message = Reference to non-existent endpoint for key : 
sunPort</pre>
 
-<h2><a id="Sample5">Sample 5: Creating SOAP fault messages and changing the
+<h2><a name="Sample5">Sample 5: Creating SOAP fault messages and changing the
 direction of a message</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -617,7 +619,7 @@
 
 <p>returns, </p>
 <pre xml:space="preserve">&lt;soapenv:Fault 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;faultcode&gt;soapenv:Client&lt;/faultcode&gt;
-    &lt;faultstring&gt;java.net.UnknownHostException: 
bogus&lt;/faultstring&gt;&lt;detail /&gt;&lt;/soapenv:Fault&gt;</pre>
+    &lt;faultstring&gt;Connection refused or failed for : bogus:9000 
&lt;/faultstring&gt;&lt;detail /&gt;&lt;/soapenv:Fault&gt;</pre>
 
 <p>And </p>
 <pre xml:space="preserve">ant stockquote 
-Daddurl=http://localhost:9000/services/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280/ -Dsymbol=SUN</pre>
@@ -626,7 +628,7 @@
 <pre xml:space="preserve">&lt;soapenv:Fault 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;faultcode&gt;soapenv:Client&lt;/faultcode&gt;
     &lt;faultstring&gt;java.net.ConnectException: Connection 
refused&lt;/faultstring&gt;&lt;detail /&gt;&lt;/soapenv:Fault&gt;</pre>
 
-<h2><a id="Sample6">Sample 6: Manipulating SOAP headers, and filtering
+<h2><a name="Sample6">Sample 6: Manipulating SOAP headers, and filtering
 incoming and outgoing messages</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;in&gt;
@@ -649,7 +651,7 @@
 for a stock quote as follows. </p>
 <pre xml:space="preserve">ant stockquote -Dtrpurl=http://localhost:8280/</pre>
 
-<h2><a id="Sample7">Sample 7: Introduction to local Registry entries and
+<h2><a name="Sample7">Sample 7: Introduction to local Registry entries and
 using Schema validation</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -721,7 +723,7 @@
 symbol) </p>
 <pre xml:space="preserve">ant stockquote 
-Daddurl=http://localhost:9000/services/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280/</pre>
 
-<h2><a id="Sample8">Sample 8: Introduction to static and dynamic registry
+<h2><a name="Sample8">Sample 8: Introduction to static and dynamic registry
 resources, and using XSLT transformations</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -828,7 +830,7 @@
 detected so that the changes could be reloaded without restarting the ESB
 instance. </p>
 
-<h2><a id="Sample9">Sample 9: Introduction to dynamic sequences with the
+<h2><a name="Sample9">Sample 9: Introduction to dynamic sequences with the
 Registry</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;registry 
provider="org.apache.synapse.registry.url.SimpleURLRegistry"&gt;
@@ -886,7 +888,7 @@
 <p>The cache timeout could be tuned appropriately by configuring the URL
 registry to suite the environment and the needs. </p>
 
-<h2><a id="Sample10">Sample 10: Introduction to dynamic endpoints with the
+<h2><a name="Sample10">Sample 10: Introduction to dynamic endpoints with the
 Registry</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -931,7 +933,7 @@
 messages can be seen being routed to the second sample Axis2 server on http
 port 9001. </p>
 
-<h2><a id="Sample11">Sample 11: A full registry based configuration, and
+<h2><a name="Sample11">Sample 11: A full registry based configuration, and
 sharing a configuration between multiple instances</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;registry 
provider="org.apache.synapse.registry.url.SimpleURLRegistry"&gt;
@@ -967,7 +969,7 @@
     &lt;send/&gt;
 &lt;/definitions&gt;</pre>
 
-<h2><a id="Sample12">Sample 12: One way messaging / fireAndForget through
+<h2><a name="Sample12">Sample 12: One way messaging / fireAndForget through
 ESB</a> </h2>
 
 <p><strong>Objective: Demonstrate one way messaging / fireAndForget through
@@ -992,7 +994,7 @@
 in-turn replies to the client with a HTTP 202 acknowledgement </p>
 
     <h2>
-      <a name="Sample13" id="Sample13">Sample 13: Dual channel invocation 
through synapse</a>
+      <a name="Sample13">Sample 13: Dual channel invocation through synapse</a>
     </h2>
     <p>
       <strong>Objective: Demonstrate dual channel messaging
@@ -1032,9 +1034,9 @@
       requires the wsa:Reply-To header.
     </p>
 
-<h1><a id="Endpoints">Advanced mediations with endpoints</a> </h1>
+<h1><a name="Endpoints">Advanced mediations with endpoints</a> </h1>
 
-<h2><a id="Sample50">Sample 50: POX to SOAP conversion</a> </h2>
+<h2><a name="Sample50">Sample 50: POX to SOAP conversion</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;!-- filtering of messages with XPath and regex matches --&gt;
     &lt;filter source="get-property('To')" regex=".*/StockQuote.*"&gt;
@@ -1076,7 +1078,7 @@
    &lt;/m0:request&gt;
 &lt;/m0:getQuote&gt;0</pre>
 
-<h2><a id="Sample51">Sample 51: MTOM and SwA optimizations and
+<h2><a name="Sample51">Sample 51: MTOM and SwA optimizations and
 request/response correlation</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;in&gt;
@@ -1204,7 +1206,7 @@
 Content-ID:
          &lt;urn:uuid:15FD2DA2584A32BF7C1177414169826&gt;22800GIF89a... 
&lt;&lt; binary content &gt;&gt;</pre>
 
-<h2><a id="Sample52">Sample 52: Session less load balancing between 3
+<h2><a name="Sample52">Sample 52: Session less load balancing between 3
 endpoints</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -1317,7 +1319,7 @@
 Therefore, load balance endpoint will suspend any failed child endpoint only
 for 60 seconds after detecting the failure. </p>
 
-<h2><a id="Sample53">Sample 53: Failover sending among 3 endpoints</a> </h2>
+<h2><a name="Sample53">Sample 53: Failover sending among 3 endpoints</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
     &lt;sequence name="main" onError="errorHandler"&gt;
@@ -1378,8 +1380,6 @@
 <p>Deploy the LoadbalanceFailoverService and start three instances of sample
 Axis2 server as mentioned in sample 52. </p>
 
-<p></p>
-
 <p>Above configuration sends messages with the failover behavior. Initially
 the server at port 9001 is treated as primary and other two are treated as
 back ups. Messages are always directed only to the primary server. If the
@@ -1416,7 +1416,7 @@
 have restarted any of the stopped servers and have shutdown all other
 servers, messages will be directed to the newly started server. </p>
 
-<h2><a id="Sample54">Sample 54: Session affinity load balancing between 3
+<h2><a name="Sample54">Sample 54: Session affinity load balancing between 3
 endpoints</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -1480,8 +1480,6 @@
 <p>Deploy the LoadbalanceFailoverService and start three instances of the
 sample Axis2 server as in sample 52. </p>
 
-<p></p>
-
 <p>Above configuration is same as the load balancing configuration in sample
 52, except that the session type is specified as "simpleClientSession". This
 is a client initiated session, which means that the client generates the
@@ -1490,7 +1488,7 @@
 the client. ESB binds this ID with a server on the first request and sends
 all seccessive requests containing that ID to the same server. Now switch to
 samples/axis2Client directory and run the client using the following command
-to check this in action. </p>
+to check this in action.</p>
 <pre xml:space="preserve">ant loadbalancefailover -Dmode=session</pre>
 
 <p>In the session mode, client continuously sends requests with three diferent
@@ -1514,7 +1512,7 @@
 MyServer1. That means session number 0 is bound to MyServer1. Similarly
 session 1 and 2 are bound to MyServer3 and MyServer2 respectively. </p>
 
-<h2><a id="Sample55">Sample 55: Session affinity load balancing between fail
+<h2><a name="Sample55">Sample 55: Session affinity load balancing between fail
 over endpoints</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -1639,7 +1637,7 @@
 [java] Request: 539 Session number: 0 Response from server: MyServer2
 ...</pre>
 
-<h2><a id="Sample56">Sample 56: WSDL endpoint</a> </h2>
+<h2><a name="Sample56">Sample 56: WSDL endpoint</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
     &lt;sequence name="main"&gt;
@@ -1695,10 +1693,10 @@
 on port 9000. Observe the Axis2 console and the ESB console to verify this
 behavior. </p>
 
-<h1><a id="MessageMediationQoS">Quality of Service addition or deduction
+<h1><a name="MessageMediationQoS">Quality of Service addition or deduction
 samples in message mediation</a> </h1>
 
-<h2><a id="Sample100">Sample 100: Using WS-Security for outgoing messages</a>
+<h2><a name="Sample100">Sample 100: Using WS-Security for outgoing messages</a>
 </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;localEntry key="sec_policy" 
src="file:repository/conf/sample/resources/policy/policy_3.xml"/&gt;
@@ -1794,7 +1792,7 @@
       &lt;/soapenv:Body&gt;
    &lt;/soapenv:Envelope&gt;0</pre>
 
-<h2><a id="Sample101">Sample 101: Reliable message exchange between ESB and
+<h2><a name="Sample101">Sample 101: Reliable message exchange between ESB and
 the back-end server using WS-ReliableMessaging</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -1981,9 +1979,9 @@
 most cases they will be exchanged in a single socket connection as HTTP
 Keep-Alive header is used. </p>
 
-<h1><a id="ProxyServices">ESB Proxy service samples</a> </h1>
+<h1><a name="ProxyServices">ESB Proxy service samples</a> </h1>
 
-<h2><a id="Sample150">Sample 150: Introduction to proxy services</a> </h2>
+<h2><a name="Sample150">Sample 150: Introduction to proxy services</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;proxy name="StockQuoteProxy"&gt;
         &lt;target&gt;
@@ -2025,7 +2023,7 @@
 transports configured for ESB, unless these are specifically mentioned
 through the 'transports' attribute. </p>
 
-<h2><a id="Sample151">Sample 151: Custom sequences and endpoints with proxy
+<h2><a name="Sample151">Sample 151: Custom sequences and endpoints with proxy
 services</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -2075,7 +2073,7 @@
 instance. </p>
 <pre xml:space="preserve">ant stockquote 
-Daddurl=http://localhost:8280/services/StockQuoteProxy1<br />ant stockquote 
-Daddurl=http://localhost:8280/services/StockQuoteProxy2</pre>
 
-<h2><a id="Sample152">Sample 152: Switching transports and message format
+<h2><a name="Sample152">Sample 152: Switching transports and message format
 from SOAP to REST/POX</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;proxy name="StockQuoteProxy" transports="https"&gt;
@@ -2160,7 +2158,7 @@
 
 <p></p>
 
-<h2><a id="Sample153">Sample 153: Routing the messages arrived to a proxy
+<h2><a name="Sample153">Sample 153: Routing the messages arrived to a proxy
 service without processing the security headers</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;proxy name="StockQuoteProxy"&gt;
@@ -2220,7 +2218,7 @@
 because the message inside ESB is signed and encrypted and can only be
 forwarded to a secure service to be useful. </p>
 
-<h2><a id="Sample154">Sample 154: Load Balancing with Proxy Services </a> </h2>
+<h2><a name="Sample154">Sample 154: Load Balancing with Proxy Services </a> 
</h2>
 
 <div>
 <pre xml:space="preserve">   &lt;!-- A proxy service with a loadbalace 
endpoint --&gt;
@@ -2294,7 +2292,7 @@
 <p>Functionality is similar to the sample #54. </p>
 
     <h2>
-      <a name="Sample155" id="Sample155">Sample 155: Dual channel invocation
+      <a name="Sample155">Sample 155: Dual channel invocation
       on both client side and serverside of synapse with Proxy Services</a>
     </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
@@ -2347,10 +2345,10 @@
       different channel.
     </p>
 
-<h1><a id="ProxyServiceQoS">QoS addition and deduction for service mediation
+<h1><a name="ProxyServiceQoS">QoS addition and deduction for service mediation
 (proxy) samples</a> </h1>
 
-<h2><a id="Sample200">Sample 200: Using WS-Security with policy attachments
+<h2><a name="Sample200">Sample 200: Using WS-Security with policy attachments
 for proxy services</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;localEntry key="sec_policy" 
src="file:repository/conf/sample/resources/policy/policy_3.xml"/&gt;
@@ -2414,7 +2412,7 @@
 being forwarded back to the client is signed and encrypted as expected by the
 client. </p>
 
-<h2><a id="Sample201">Sample 201: Reliable message exchange between the
+<h2><a name="Sample201">Sample 201: Reliable message exchange between the
 client and proxy services using WS-ReliableMessaging</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;proxy name="StockQuoteProxy"&gt;
@@ -2468,9 +2466,9 @@
 
 <p></p>
 
-<h1><a id="Transport">Transport samples and switching transports</a> </h1>
+<h1><a name="Transport">Transport samples and switching transports</a> </h1>
 
-<h2><a id="Sample250">Sample 250: Introduction to switching transports - JMS
+<h2><a name="Sample250">Sample 250: Introduction to switching transports - JMS
 to http/s</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -2547,7 +2545,7 @@
 <p>e.g. </p>
 <pre xml:space="preserve">&lt;property name="transport.jms.Destination" 
value="dynamicTopics/something.TestTopic"/&gt;</pre>
 
-<h2><a id="Sample251">Sample 251: Switching from http/s to JMS</a> </h2>
+<h2><a name="Sample251">Sample 251: Switching from http/s to JMS</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
     &lt;proxy name="StockQuoteProxy" transports="http"&gt;
@@ -2606,7 +2604,7 @@
 has accepted the order as follows: </p>
 <pre xml:space="preserve">Accepted order for : 18406 stocks of MSFT at $ 
83.58806051152119</pre>
 
-<h2><a id="Sample252">Sample 252: Pure text/binary and POX message support
+<h2><a name="Sample252">Sample 252: Pure text/binary and POX message support
 with JMS</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -2799,7 +2797,7 @@
 the message as: </p>
 <pre xml:space="preserve">Wed Apr 25 20:24:50 LKT 2007 
samples.services.SimpleStockQuoteService :: Accepted order for : 19211 stocks 
of MSFT at $ 172.39703010684752</pre>
 
-<h2><a id="Sample253">Sample 253: One way bridging from JMS to http and
+<h2><a name="Sample253">Sample 253: One way bridging from JMS to http and
 replying with a 202 Accepted response</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -2872,7 +2870,7 @@
 
 0</pre>
 
-<h2><a id="Sample254">Sample 254: Using the file system as transport medium
+<h2><a name="Sample254">Sample 254: Using the file system as transport medium
 using VFS transport listener and sender</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
         &lt;proxy name="StockQuoteProxy" transports="vfs"&gt;
@@ -2941,7 +2939,7 @@
 <em>original</em> directory. The response from the Axis2 server will be saved
 to <em>out</em> directory. </p>
 
-<h2><a id="Sample255">Sample 255: Switching from ftp transport listener to
+<h2><a name="Sample255">Sample 255: Switching from ftp transport listener to
 mail transport sender</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
         &lt;proxy name="StockQuoteProxy" transports="vfs"&gt;
@@ -3001,7 +2999,7 @@
 server and send it to the Axis2 service. The file in the ftp directory will
 be deleted. The response will be sent to the given email address. </p>
 
-<h2><a id="Sample256">Sample 256: Proxy services with the mail transport </a>
+<h2><a name="Sample256">Sample 256: Proxy services with the mail transport </a>
 </h2>
 <pre xml:space="preserve">&lt;!-- Using the mail transport --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
@@ -3068,7 +3066,7 @@
 email account with the stock quote reply. </p>
 
     <h2>
-      <a id="Sample257">Sample 257: Proxy services with the
+      <a name="Sample257">Sample 257: Proxy services with the
       FIX transport </a>
     </h2>
 <pre xml:space="preserve">&lt;!-- Using the FIX transport --&gt;
@@ -3136,7 +3134,7 @@
       will pass through almost instantaneously.
     </p>
     <h2>
-      <a id="Sample258">Sample 258: Switching from HTTP to FIX </a>
+      <a name="Sample258">Sample 258: Switching from HTTP to FIX </a>
     </h2>
 <pre xml:space="preserve">
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
@@ -3202,9 +3200,9 @@
       response has to be forwarded over HTTP only one can be sent back to the 
client.
     </p>
 
-<h1><a id="Task">Introduction to ESB tasks</a> </h1>
+<h1><a name="Task">Introduction to ESB tasks</a> </h1>
 
-<h2><a id="Sample300">Sample 300: Introduction to tasks with simple
+<h2><a name="Sample300">Sample 300: Introduction to tasks with simple
 trigger</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -3252,10 +3250,10 @@
 to do the task. For this particular sample we have used the MessageInjector
 which just injects a message specified into the ESB environment. </p>
 
-<h1><a id="AdvancedMediation">Advanced mediations with advanced mediators</a>
+<h1><a name="AdvancedMediation">Advanced mediations with advanced mediators</a>
 </h1>
 
-<h2><a id="ScriptMediator">Using scripts in mediation (Script Mediator)</a>
+<h2><a name="ScriptMediator">Using scripts in mediation (Script Mediator)</a>
 </h2>
 
 <p>The ESB Script Mediator is a ESB extension, and thus all prerequisites are
@@ -3265,7 +3263,7 @@
 by the individual scripting language. This is explained in the <a
 href="ESB_Samples_Setup.html#script">Samples Setup guide</a>. </p>
 
-<h2><a id="Sample350">Sample 350: Introduction to the script mediator using
+<h2><a name="Sample350">Sample 350: Introduction to the script mediator using
 js scripts</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;localEntry key="stockquoteScript" 
src="file:repository/conf/sample/resources/script/stockquoteTransform.js"/&gt;
@@ -3333,7 +3331,7 @@
 convert the custom request to a standard quote request. Subsequently the
 response received is transformed and sent back to the client. </p>
 
-<h2><a id="Sample351">Sample 351: In-line script mediation with
+<h2><a name="Sample351">Sample 351: In-line script mediation with
 JavaScript</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;in&gt;
@@ -3385,7 +3383,7 @@
 
 <p></p>
 
-<h2><a id="Sample352">Sample 352: Accessing Synapse message context API
+<h2><a name="Sample352">Sample 352: Accessing Synapse message context API
 methods using scripting language</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;in&gt;
@@ -3425,7 +3423,7 @@
 stockquote:
      [java] Standard :: Stock price = $99.9</pre>
 
-<h2><a id="Sample353">Sample 353: Using Ruby scripts for mediation</a> </h2>
+<h2><a name="Sample353">Sample 353: Using Ruby scripts for mediation</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
     &lt;localEntry key="stockquoteScript" 
src="file:repository/conf/sample/resources/script/stockquoteTransform.rb"/&gt;
@@ -3487,7 +3485,7 @@
 the stock quote client to send a custom stock quote as per example #350 and
 check the received stock quote response. </p>
 
-<h2><a id="Sample354">Sample 354: Using In-lined Ruby scripts for
+<h2><a name="Sample354">Sample 354: Using In-lined Ruby scripts for
 mediation</a> </h2>
 
 <div>
@@ -3545,7 +3543,7 @@
 <p>Runs the client with </p>
 <pre xml:space="preserve"> ant stockquote 
-Daddurl=http://localhost:9000/services/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280/ -Dmode=customquote</pre>
 
-<h2><a id="DBMediators">Database interactions in mediation (DBLookup /
+<h2><a name="DBMediators">Database interactions in mediation (DBLookup /
 DBReport)</a> </h2>
 
 <p>Following database mediators use Derby in a client/server configuration by
@@ -3556,7 +3554,7 @@
 
 <p></p>
 
-<h2><a id="Sample360">Sample 360: Introduction to dblookup mediator</a> </h2>
+<h2><a name="Sample360">Sample 360: Introduction to dblookup mediator</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
     &lt;sequence name="myFaultHandler"&gt;
@@ -3714,7 +3712,7 @@
 <div>
 </div>
 
-<h2><a id="Sample361">Sample 361: Introduction to dbreport mediator</a> </h2>
+<h2><a name="Sample361">Sample 361: Introduction to dbreport mediator</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
     &lt;sequence name="main"&gt;
@@ -3791,7 +3789,7 @@
 <div>
 </div>
 
-<h2><a id="Sample362">Sample 362: Action of dbreport and dblookup mediators
+<h2><a name="Sample362">Sample 362: Action of dbreport and dblookup mediators
 together</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -3881,7 +3879,7 @@
 <p>ESB console shows, </p>
 <pre xml:space="preserve">INFO LogMediator text = ** Reporting to the Database 
**<br /><br />...<br /><br />INFO LogMediator text = ** Looking up from the 
Database **<br /><br />...<br /><br />INFO LogMediator text = Stock price - 
153.47886496064808</pre>
 
-<h2><a id="Sample363">Sample 363: Reusable database connection pools</a> </h2>
+<h2><a name="Sample363">Sample 363: Reusable database connection pools</a> 
</h2>
 <pre>&lt;!-- Reusable database connection pool --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -4028,30 +4026,20 @@
     &lt;/sequence&gt;
 
 &lt;/definitions&gt;</pre>
-<strong>Objective:</strong> Demonstrate the use of reusable database
-connection pools
-
-<p><strong></strong></p>
+<p><strong>Objective:</strong> Demonstrate the use of reusable database
+connection pools</p>
 
 <p><strong>Prerequisites:</strong> Setting up DataBase and DataSources
 according to the sample setup guide.</p>
 
-<p></p>
-
 <p>Start the Synapse configuration numbered 363: i.e. wso2server 
-Desb.sample=363</p>
 
-<p></p>
-
 <p>Start the Axis2 server and deploy the SimpleStockQuoteService if not
 already done</p>
 
-<p></p>
-
 <p>Runs the client as follows</p>
 <pre>ant stockquote 
-Daddurl=http://localhost:9000/services/SimpleStockQuoteService 
-Dtrpurl=http://localhost:8280/</pre>
 
-<p></p>
-
 <p>Then the console output</p>
 <pre>
  INFO LogMediator text = ** Looking up from the Database **
@@ -4064,13 +4052,12 @@
     ...
  INFO LogMediator text = Stock price - 183.3635460215262</pre>
 
-<p></p>
 
-<h2><a id="Throttle"></a></h2>
+<h2><a name="Throttle"></a></h2>
 
-<h2><a id="Throttle1">Throttling messages (Throttle Mediator)</a> </h2>
+<h2><a name="Throttle1">Throttling messages (Throttle Mediator)</a> </h2>
 
-<h2><a id="Sample370">Sample 370: Introduction to throttle mediator and
+<h2><a name="Sample370">Sample 370: Introduction to throttle mediator and
 concurrency throttling</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;sequence name="main"&gt;
@@ -4146,7 +4133,7 @@
 
 <p></p>
 
-<h2><a id="Sample371">Sample 371: Restricting requests based on policies </a>
+<h2><a name="Sample371">Sample 371: Restricting requests based on policies </a>
 </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;sequence name="main"&gt;
@@ -4278,7 +4265,7 @@
 [HttpServerWorker-4] INFO  LogMediator - text = **Access Accept**
 [HttpServerWorker-5] INFO  LogMediator - text = **Access Denied** </pre>
 
-<h2><a id="Sample372">Sample 372: Use of both concurrency throttling and
+<h2><a name="Sample372">Sample 372: Use of both concurrency throttling and
 request rate based throttling </a> </h2>
 <pre xml:space="preserve">&lt;!-- Use of both concurrency throttling and 
request rate based throttling --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
@@ -4358,7 +4345,7 @@
 will be different due to affect of concurrency throttling. </p>
 </div>
 
-<h2><a id="Class">Extending the mediation in java (Class Mediator)</a> </h2>
+<h2><a name="Class">Extending the mediation in java (Class Mediator)</a> </h2>
 
 <p>Class mediator can be used to write your own custom mediation in Java and
 you have access to the SynapseMessageContext and to the full Synapse API in
@@ -4366,7 +4353,7 @@
 functionality. This class can contain fields for which you can assign values
 at runtime through the configuration. </p>
 
-<h2><a id="Sample380">Sample 380: Writing your own custom mediation in
+<h2><a name="Sample380">Sample 380: Writing your own custom mediation in
 Java</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -4537,9 +4524,9 @@
 
 <p></p>
 
-<h2><a id="XQuery">Evaluating XQuery for mediation (XQuery Mediator)</a> </h2>
+<h2><a name="XQuery">Evaluating XQuery for mediation (XQuery Mediator)</a> 
</h2>
 
-<h2><a id="Sample390">Sample 390: Introduction to the XQuery mediator</a>
+<h2><a name="Sample390">Sample 390: Introduction to the XQuery mediator</a>
 </h2>
 <pre xml:space="preserve">  &lt;!-- Introduction to the XQuery mediator --&gt;
 &lt;definitions xmlns="http://ws.apache.org/ns/synapse"&gt;
@@ -4597,7 +4584,7 @@
 
 <p></p>
 
-<h2><a id="Sample391">Sample 391: How to use data from an external XML
+<h2><a name="Sample391">Sample 391: How to use data from an external XML
 document with in XQuery </a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -4650,10 +4637,10 @@
 <p>Invoke the client as follows. </p>
 <pre xml:space="preserve">ant stockquote 
-Daddurl=http://localhost:8280/services/StockQuoteProxy</pre>
 
-<h2><a id="Splitter">Splitting messages in to parts and process in parallel
+<h2><a name="Splitter">Splitting messages in to parts and process in parallel
 (Iterate / Clone)</a> </h2>
 
-<h2><a id="Sample400">Sample 400: Message splitting and aggregating the
+<h2><a name="Sample400">Sample 400: Message splitting and aggregating the
 responses</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
 
@@ -4706,7 +4693,7 @@
 <p>Invoke the client as follows. </p>
 <pre xml:space="preserve">ant stockquote 
-Daddurl=http://localhost:8280/services/SplitAggregateProxy -Ditr=4</pre>
 
-<h2><a id="Cache">Caching the responses over the requests (Cache
+<h2><a name="Cache">Caching the responses over the requests (Cache
 Mediator)</a> </h2>
 
 <p>Cache mediator can be used to utilize the network bandwidth, to protect
@@ -4716,7 +4703,7 @@
 applicable for each and every service (for example services with dynamic
 responses for a particular release) </p>
 
-<h2><a id="Sample420">Sample 420: Simple cache implemented on ESB for the
+<h2><a name="Sample420">Sample 420: Simple cache implemented on ESB for the
 actual service</a> </h2>
 <pre xml:space="preserve">&lt;definitions 
xmlns="http://ws.apache.org/ns/synapse"&gt;
     &lt;in&gt;
@@ -4765,7 +4752,7 @@
 changes by each and every 20 seconds.<br />
 </p>
 
-<h2><a id="Callout">Synchronize web service invocation with Callout mediator
+<h2><a name="Callout">Synchronize web service invocation with Callout mediator
 </a> </h2>
 
 <p>The Callout mediator calls the given service URL with the request message
@@ -4776,7 +4763,7 @@
 to a local entry. For the target, this key refers to a message context
 property only. </p>
 
-<h2><a id="Sample430">Sample 430: Simple Callout Mediator for synchronizing
+<h2><a name="Sample430">Sample 430: Simple Callout Mediator for synchronizing
 web service invocation</a> </h2>
 
 <p>&nbsp; </p>

Modified: trunk/esb/java/docs/xdoc/samples_setup_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/samples_setup_guide.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/samples_setup_guide.xml    (original)
+++ trunk/esb/java/docs/xdoc/samples_setup_guide.xml    Mon Feb  2 02:01:54 2009
@@ -24,6 +24,7 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <title>WSO2 ESB - Samples Setup Guide </title>
+  <link href="css/esb-docs.css" rel="stylesheet"/>
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all" />
 </head>

Modified: trunk/esb/java/docs/xdoc/user_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/user_guide.xml?rev=30131&r1=30130&r2=30131&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/user_guide.xml     (original)
+++ trunk/esb/java/docs/xdoc/user_guide.xml     Mon Feb  2 02:01:54 2009
@@ -28,6 +28,7 @@
     <title>
       WSO2 ESB - User Guide
     </title>
+    <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body>

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

Reply via email to