Author: upul Date: Mon Jan 21 07:27:42 2008 New Revision: 12647 Log:
doc - updates Modified: branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/release_notes.txt Modified: branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html ============================================================================== --- branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html (original) +++ branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/administratorguide.html Mon Jan 21 07:27:42 2008 @@ -100,8 +100,8 @@ <p>Once WSO2 ESB has been successfully installed and started, launch a Web browser instance and point it to the URL <a -href="https://localhost:9443/">https://localhost:9443/esb</a>. This will take -you to the <em>Sign In</em> page of the WSO2 ESB Management Console.</p> +href="https://localhost:9443/esb">https://localhost:9443/esb</a>. This will +take you to the <em>Sign In</em> page of the WSO2 ESB Management Console.</p> <h3 id="Known">Known Issues and Limitations in this Version</h3> <ol> @@ -1061,6 +1061,22 @@ <p></p> +<p><strong>Callout</strong> - This mediator calls the given service URL with +the request message which is given by the source attribute, waits for the +response and attaches the received response to the destination which is given +by the target attribute. </p> +<ol> + <li>Enter service URL and the optional action attribute. The mediator will + call this service.</li> + <li>Enter how to extract the request message for sending in the source + field. You can enter a key or an XPath. The key refers to a message + context property or a local entry.</li> + <li>Enter where to append the response message received in the target + field.</li> +</ol> + +<p></p> + <p><strong>Iterate</strong> - This element is used to iterate a particular message depending on the provided message XPATH.</p> <ol> Modified: branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html ============================================================================== --- branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html (original) +++ branches/esb/java/1.6/esb/java/modules/distribution/src/main/docs/index.html Mon Jan 21 07:27:42 2008 @@ -14,7 +14,7 @@ <body xml:lang="en"> <h1>Welcome to WSO2 Enterprise Service Bus (ESB) v1.6</h1> -<h3>November 12th, 2007 - WSO2 ESB, v1.5 Released!</h3> +<h3>January, 2008 - WSO2 ESB, v1.6 Released!</h3> <p>[<a href="../release_notes.txt">Release Notes</a>] | [<a href="http://dist.wso2.org/products/esb/java/1.5">Download</a>] | [<a @@ -36,6 +36,19 @@ <h2>New Features</h2> +<h3>WSO2 ESB 1.6 Features</h3> +<ul> + <li>Ability to pin a proxy or a task to server instances</li> + <li>Improved error handling in JMS transport</li> + <li>Clustering support for the Cache/Throttle mediators</li> + <li>Maintainance mode support for the HTTP transport</li> + <li>JMX statistics monitoring and management support</li> + <li>New mediator - Callout</li> + <li>Improved REST/POX support</li> + <li>Annotations support for POJOCommand mediator</li> + <li>Ability to edit UI-less mediators in raw XML</li> +</ul> + <h3>WSO2 ESB 1.5 Features</h3> <ul> <li>Apache VFS based file transport</li> Modified: branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/release_notes.txt ============================================================================== --- branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/release_notes.txt (original) +++ branches/esb/java/1.6/esb/java/modules/distribution/src/main/release/release_notes.txt Mon Jan 21 07:27:42 2008 @@ -19,7 +19,7 @@ * Clustering support for the Cache/Throttle mediators * Maintainance mode support for the HTTP transport * JMX statistics monitoring and management support - * New mediators - Callout Mediator + * New mediator - Callout * Improved REST/POX support * Annotations support for POJOCommand mediator * Ability to edit UI-less mediators in raw XML _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
