You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2005/12/05 11:55:04 UTC

svn commit: r354045 - in /webservices/sandesha/trunk: README.txt release-notes.html

Author: chamikara
Date: Mon Dec  5 02:54:47 2005
New Revision: 354045

URL: http://svn.apache.org/viewcvs?rev=354045&view=rev
Log:
Updated readme file and the release-notes.html

Modified:
    webservices/sandesha/trunk/README.txt
    webservices/sandesha/trunk/release-notes.html

Modified: webservices/sandesha/trunk/README.txt
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/README.txt?rev=354045&r1=354044&r2=354045&view=diff
==============================================================================
--- webservices/sandesha/trunk/README.txt (original)
+++ webservices/sandesha/trunk/README.txt Mon Dec  5 02:54:47 2005
@@ -1,5 +1,5 @@
 ==========================================================================
-Apache Sandesha2 0.9 build (30 November 2005)
+Apache Sandesha2 0.9 build (05 December 2005)
 
 http://ws.apache.org/sandesha/sandesha2
 ---------------------------------------------------------------------------
@@ -44,13 +44,15 @@
 last invocation. 
 
 Example code:
-MessageSender sender = new MessageSender (AXIS2_CLIENT_PATH);
+MessageSender sender = new MessageSender (AXIS2_CLIENT_REPO_PATH);
 sender.engageModule(new QName ("Sandesha2-0.9"));
-sender.setTo(new EndpointReference(toEPR));
-sender.set(MessageContextConstants.TRANSPORT_URL,toEPR);
+Options clientOptions = new Options ();
+sender.setClientOptions(clientOptions);
+clientOptions.setProperty(Options.COPY_PROPERTIES,new Boolean (true));
+clientOptions.setTo(new EndpointReference(toEPR));
 sender.send("ping",getPingOMBlock("ping1"));
 sender.send("ping",getPingOMBlock("ping2"));
-sender.set(org.apache.sandesha2.Constants.LAST_MESSAGE, "true");
+clientOptions.setProperty(Sandesha2ClientAPI.LAST_MESSAGE, "true");
 sender.send("ping",getPingOMBlock("ping3"));
 
 Please see Sandesha2 user guide for more advance details on configuring Sandesha2.

Modified: webservices/sandesha/trunk/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/release-notes.html?rev=354045&r1=354044&r2=354045&view=diff
==============================================================================
--- webservices/sandesha/trunk/release-notes.html (original)
+++ webservices/sandesha/trunk/release-notes.html Mon Dec  5 02:54:47 2005
@@ -41,7 +41,7 @@
 </ol>
 
 <p>An interop service endpoint for Sandesha2 is available at
-http://ws.zones.apache.org:60601/axis2/RMInteropService</p>
+http://ws.zones.apache.org:6061/axis2/RMInteropService</p>
 
 <p>Thank you for using Apache Sandesha2.</p>
 



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