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 ja...@apache.org on 2005/07/12 12:45:33 UTC

cvs commit: ws-sandesha/xdocs releases.html

jaliya      2005/07/12 03:45:33

  Modified:    .        README.txt
               xdocs    releases.html
  Log:
  Updated the README and release.html
  
  Revision  Changes    Path
  1.3       +11 -7     ws-sandesha/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/ws-sandesha/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	7 Jul 2005 13:09:24 -0000	1.2
  +++ README.txt	12 Jul 2005 10:45:33 -0000	1.3
  @@ -1,5 +1,5 @@
   ======================================================
  -Apache Sandesha beta build (June 11, 2005)
  +Apache Sandesha-1.0-RC1 build 12th July, 2005)
   
   http://ws.apache.org/ws-sandesha
   ------------------------------------------------------
  @@ -15,16 +15,20 @@
   Installation
   ===================
   
  -The binary distribution contains a Sandesha-beta.jar file. To configure Sandesha
  +The binary distribution contains a Sandesha-1.0-RC1.jar file. To configure Sandesha
   in the server side simply follow the steps given bellow.
   
  -Step1: Copy  Sandesha-beta.jar to the webapps/axis/WEB-INF/lib directory. (Assume that
  +Step1: Copy  Sandesha-1.0-RC1.jar to the webapps/axis/WEB-INF/lib directory. (Assume that
          the user has already configured axis in a servlet container)
   Step2: Copy addressing-SNAPSHOT.jar that can be found in the lib directory of the binary
          distribution of Sandesha to the same location.
   
  +If you need to test with samples then copy the Sandesha-samples.jar that can be found in the 
  +samples directory to the webapps/axis/WEB-INF/lib directory as well.
  +
   To verify the installation, go to http://localhost:8080/axis/ and
  -click on the "List" link. Then if you can see the RMSampleService deployed then
  +click on the "List" link. Then if you can see the RMSampleService deployed (this is only
  +if the Sandesha-samples.jar is also copied to the webapps/axis/WEB-INF/lib) then
   you have successfully configured Sandesha on the server side.
   
   ________________________________________________
  @@ -52,7 +56,7 @@
   ----------------------------------------------------------------------------------------------
   
   
  -To build the Sandesha-beta.jar file using the source distribution use the
  +To build the Sandesha-1.0-RC1.jar file using the source distribution use the
   following command:
       $ maven
   
  @@ -73,7 +77,7 @@
   Service service = new Service();
   	Call call = (Call) service.createCall();
   	SandeshaContext ctx = new SandeshaContext();
  -	ctx.addNewSequeceContext(call, targetUrl,
  +	ctx.initCall(call, targetUrl,
   	"urn:wsrm:echoString",Constants.ClientProperties.IN_OUT);
   	call.setOperationName(new QName("http://tempuri.org/", "echoString"));
   	call.addParameter("Text", XMLType.XSD_STRING, ParameterMode.IN);
  @@ -84,7 +88,7 @@
   	String ret = (String) call.invoke(new Object[]{"Sandesha Echo 1", "abcdef"});
   	System.out.println("The Response for First Messsage is :" + ret);
   
  -	ctx.endSequence(call);
  +	ctx.endSequence();
   	} catch (Exception e) { e.printStackTrace();
   	}
   ----------------------------------------------------------------------------------------------
  
  
  
  1.6       +15 -5     ws-sandesha/xdocs/releases.html
  
  Index: releases.html
  ===================================================================
  RCS file: /home/cvs/ws-sandesha/xdocs/releases.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- releases.html	7 Jul 2005 13:09:29 -0000	1.5
  +++ releases.html	12 Jul 2005 10:45:33 -0000	1.6
  @@ -1,16 +1,16 @@
  -<title>Sandesha Releases</title><h2>Releases</h2>
  +<title>Sandesha Releases</title><h2>&nbsp;juReleases</h2>
   <div align="center">
   	<table border="1" style="border-collapse: collapse" width="76%" id="table1">
   		<tr>
  -			<td width="45" align="center">Name</td>
  -			<td width="246" align="center">Distribution</td>
  +			<td width="58" align="center">Name</td>
  +			<td width="237" align="center">Distribution</td>
   			<td width="100" align="center">Date</td>
   			<td width="333" align="center">Description</td>
   		</tr>
   		<tr>
  -			<td width="45" align="center" valign="middle"><div align="center"><a name="M1"></a>
  +			<td width="58" align="center" valign="middle"><div align="center"><a name="M1"></a>
                 beta </div></td>
  -			<td width="246"> <p>Source Distribution
  +			<td width="237"> <p>Source Distribution
               <a href="http://cvs.apache.org/dist/ws/ws-sandesha/beta/Sandesha-beta-src.zip">zip</a><br>
   		    Binary Distribution
               <a href="http://cvs.apache.org/dist/ws/ws-sandesha/beta/Sandesha-beta-bin.zip">zip</a> <br>&nbsp;</p>
  @@ -18,5 +18,15 @@
   			<td width="100"><div align="center">11 - 06 - 2005  </div></td>
   			<td>&nbsp;Beta Release</td>
   		</tr>
  +		<tr>
  +			<td width="58" align="center" valign="middle">1.0-RC1</td>
  +			<td width="237"> Source Distribution
  +            <a href="http://www.apache.org/dist/ws/sandesha/RC1/Sandesha-1.0-RC1-src.zip">zip</a><br>
  +		    Binary Distribution
  +            <a href="http://www.apache.org/dist/ws/sandesha/RC1/Sandesha-1.0-RC1-bin.zip">zip</a>
  +			  </td>
  +			<td width="100">12-07-2005</td>
  +			<td>Release Candidate 1 for 1.0</td>
  +		</tr>
   	</table>
   </div>
  \ No newline at end of file
  
  
  

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