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/27 10:45:55 UTC

svn commit: r225483 - in /webservices/sandesha/trunk: ./ samples/ xdocs/

Author: jaliya
Date: Wed Jul 27 01:45:22 2005
New Revision: 225483

URL: http://svn.apache.org/viewcvs?rev=225483&view=rev
Log:
Changed the xdocs for 1.0 Release

Added:
    webservices/sandesha/trunk/xdocs/index.html
Modified:
    webservices/sandesha/trunk/README.txt
    webservices/sandesha/trunk/project.xml
    webservices/sandesha/trunk/release-notes.html
    webservices/sandesha/trunk/samples/DeployClient.bat
    webservices/sandesha/trunk/samples/DeployClient.sh
    webservices/sandesha/trunk/samples/DeployService.bat
    webservices/sandesha/trunk/samples/DeployService.sh
    webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat
    webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh
    webservices/sandesha/trunk/samples/build.xml
    webservices/sandesha/trunk/xdocs/interopguide.html
    webservices/sandesha/trunk/xdocs/releases.html
    webservices/sandesha/trunk/xdocs/userguide.html

Modified: webservices/sandesha/trunk/README.txt
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/README.txt?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/README.txt (original)
+++ webservices/sandesha/trunk/README.txt Wed Jul 27 01:45:22 2005
@@ -1,5 +1,5 @@
 ======================================================
-Apache Sandesha-1.0-RC1 build 12th July, 2005)
+Apache Sandesha-1.0 build 28th July, 2005)
 
 http://ws.apache.org/ws-sandesha
 ------------------------------------------------------
@@ -15,10 +15,10 @@
 Installation
 ===================
 
-The binary distribution contains a Sandesha-1.0-RC1.jar file. To configure Sandesha
+The binary distribution contains a Sandesha-1.0.jar file. To configure Sandesha
 in the server side simply follow the steps given bellow.
 
-Step1: Copy  Sandesha-1.0-RC1.jar to the webapps/axis/WEB-INF/lib directory. (Assume that
+Step1: Copy  Sandesha-1.0.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.
@@ -56,7 +56,7 @@
 ----------------------------------------------------------------------------------------------
 
 
-To build the Sandesha-1.0-RC1.jar file using the source distribution use the
+To build the Sandesha-1.0.jar file using the source distribution use the
 following command:
     $ maven
 
@@ -97,11 +97,11 @@
 Support
 ===================
 
-Any problem with this release can be reported to WS-FX the mailing list
+Any problem with this release can be reported to sandesha the mailing list
 If you are sending email to the mailing list make sure to add the [Sandesha] prefix to the subject.
 
 Mailing list subscription:
-    fx-dev-subscribe@ws.apache.org
+    sandesha-dev-subscribe@ws.apache.org
 
 
 Thank you for your support on Sandesha!

Modified: webservices/sandesha/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Wed Jul 27 01:45:22 2005
@@ -11,7 +11,7 @@
 
     <!-- The version of the project under development, e.g.
            1.1, 1.2, 2.0-SNAPSHOT -->
-    <currentVersion>1.0-RC1</currentVersion>
+    <currentVersion>1.0</currentVersion>
 
     <!-- details about the organization that 'owns' the project -->
     <organization>
@@ -26,7 +26,8 @@
     <package>org.apache.sandesha</package>
 
     <logo>http://ws.apache.org/ws-sandesha/images/Sandesha.jpg</logo>
-    <description>Apache Sandesha is an implementation of the Web Services ReliableMessaging (WS-ReliableMessaging), published by the IBM, Microsoft and  BEA as a joint specification, on top of Apache Axis (The Next Generation SOAP). Apache Sandesha provides; An implementation for WS-ReliableMessaging with the support to WS-Policy and WS- Addressing. Interoperability with other WS-ReliableMessaging implementations.   Sandesha provides a complete support for WS-ReliableMessaging  specification allowing a reliable communication between web services as well as web services and clients. It also provides the INORDER message delivery assurance for the users.
+    <description>
+     Apache Sandesha is an implementation of the Web Services ReliableMessaging (WS-ReliableMessaging), published by the IBM, Microsoft and  BEA as a joint specification, on top of Apache Axis (The Next Generation SOAP). Apache Sandesha provides; An implementation for WS-ReliableMessaging with the support to WS-Policy and WS- Addressing. Interoperability with other WS-ReliableMessaging implementations.   Sandesha provides a complete support for WS-ReliableMessaging  specification allowing a reliable communication between web services as well as web services and clients. It also provides the INORDER message delivery assurance for the users.
     </description>
     <!-- a short description of what the project does -->
     <shortDescription>WS-ReliableMessaging implementation for Apache Axis</shortDescription>

Modified: webservices/sandesha/trunk/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/release-notes.html?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/release-notes.html (original)
+++ webservices/sandesha/trunk/release-notes.html Wed Jul 27 01:45:22 2005
@@ -3,7 +3,7 @@
 <body>
 <h1>Apache Sandesha Release Notes</h1>
 
-This is the 1.0-RC1 release of the Apache Sandesha.
+This is the 1.0 release of the Apache Sandesha.
 
 <h2>What's in this release?</h2>
 

Modified: webservices/sandesha/trunk/samples/DeployClient.bat
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployClient.bat?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployClient.bat (original)
+++ webservices/sandesha/trunk/samples/DeployClient.bat Wed Jul 27 01:45:22 2005
@@ -21,18 +21,18 @@
 set CLASSPATH=%CLASSPATH%;Sandesha-samples.jar;
 
 
-if  exist  ..\Sandesha-1.0-RC1.jar goto  jarfoundinroot
-if  exist  ..\target\Sandesha-1.0-RC1.jar goto  jarfoundintarget
-echo Cannot find the Sandesha-1.0-RC1.jar.
+if  exist  ..\Sandesha-1.0.jar goto  jarfoundinroot
+if  exist  ..\target\Sandesha-1.0.jar goto  jarfoundintarget
+echo Cannot find the Sandesha-1.0.jar.
 echo If you are using the source distribution, please build the source using maven before running the samples
 pause
 goto end
 
 :jarfoundinroot
-set CLASSPATH=%CLASSPATH%;..\Sandesha-1.0-RC1.jar;
+set CLASSPATH=%CLASSPATH%;..\Sandesha-1.0.jar;
 
 :jarfoundintarget
-set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0-RC1.jar;
+set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0.jar;
 
 java org.apache.axis.utils.Admin client ClientDeploy.wsdd
 :end

Modified: webservices/sandesha/trunk/samples/DeployClient.sh
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployClient.sh?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployClient.sh (original)
+++ webservices/sandesha/trunk/samples/DeployClient.sh Wed Jul 27 01:45:22 2005
@@ -14,16 +14,16 @@
 
 if [ -e Sandesha-samples.jar ]; then
     CLASSPATH=$CLASSPATH:Sandesha-samples.jar
-if [ -e ../Sandesha-1.0-RC1.jar ]; then
-     CLASSPATH=$CLASSPATH:../Sandesha-1.0-RC1.jar
+if [ -e ../Sandesha-1.0.jar ]; then
+     CLASSPATH=$CLASSPATH:../Sandesha-1.0.jar
      export CLASSPATH
     java org.apache.axis.utils.Admin client ClientDeploy.wsdd
-elif [ -e ../target/Sandesha-1.0-RC1.jar ]; then
-     CLASSPATH=$CLASSPATH:../target/Sandesha-1.0-RC1.jar;
+elif [ -e ../target/Sandesha-1.0.jar ]; then
+     CLASSPATH=$CLASSPATH:../target/Sandesha-1.0.jar;
      export CLASSPATH
      java org.apache.axis.utils.Admin client ClientDeploy.wsdd
 else
-echo "Cannot find the Sandesha-1.0-RC1.jar."
+echo "Cannot find the Sandesha-1.0.jar."
 echo "If you are using the source distribution, please build the source using maven before running the samples"
 fi
 else

Modified: webservices/sandesha/trunk/samples/DeployService.bat
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployService.bat?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployService.bat (original)
+++ webservices/sandesha/trunk/samples/DeployService.bat Wed Jul 27 01:45:22 2005
@@ -21,18 +21,18 @@
 set CLASSPATH=%CLASSPATH%;Sandesha-samples.jar;
 
 
-if  exist  ..\Sandesha-1.0-RC1.jar goto  jarfoundinroot
-if  exist  ..\target\Sandesha-1.0-RC1.jar goto  jarfoundintarget
-echo Cannot find the Sandesha-1.0-RC1.jar.
+if  exist  ..\Sandesha-1.0.jar goto  jarfoundinroot
+if  exist  ..\target\Sandesha-1.0.jar goto  jarfoundintarget
+echo Cannot find the Sandesha-1.0.jar.
 echo If you are using the source distribution, please build the source using maven before running the samples
 pause
 goto end
 
 :jarfoundinroot
-set CLASSPATH=%CLASSPATH%;..\Sandesha-1.0-RC1.jar;
+set CLASSPATH=%CLASSPATH%;..\Sandesha-1.0.jar;
 
 :jarfoundintarget
-set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0-RC1.jar;
+set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0.jar;
 
 java org.apache.axis.client.AdminClient RMSampleServiceDeploy.wsdd
 :end

Modified: webservices/sandesha/trunk/samples/DeployService.sh
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/DeployService.sh?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/DeployService.sh (original)
+++ webservices/sandesha/trunk/samples/DeployService.sh Wed Jul 27 01:45:22 2005
@@ -14,16 +14,16 @@
 
 if [ -e Sandesha-samples.jar ]; then
     CLASSPATH=$CLASSPATH:Sandesha-samples.jar
-if [ -e ../Sandesha-1.0-RC1.jar ]; then
-     CLASSPATH=$CLASSPATH:../Sandesha-1.0-RC1.jar
+if [ -e ../Sandesha-1.0.jar ]; then
+     CLASSPATH=$CLASSPATH:../Sandesha-1.0.jar
      export CLASSPATH
      java -classpath $CLASSPATH org.apache.axis.client.AdminClient RMSampleServiceDeploy.wsdd
-elif [ -e ../target/Sandesha-1.0-RC1.jar ]; then
-     CLASSPATH=$CLASSPATH:../target/Sandesha-1.0-RC1.jar;
+elif [ -e ../target/Sandesha-1.0.jar ]; then
+     CLASSPATH=$CLASSPATH:../target/Sandesha-1.0.jar;
      export CLASSPATH
      java -classpath $CLASSPATH org.apache.axis.client.AdminClient RMSampleServiceDeploy.wsdd
 else
-echo "Cannot find the Sandesha-1.0-RC1.jar."
+echo "Cannot find the Sandesha-1.0.jar."
 echo "If you are using the source distribution, please build the source using maven before running the samples"
 fi
 else

Modified: webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat (original)
+++ webservices/sandesha/trunk/samples/RunSimpleAxisServer.bat Wed Jul 27 01:45:22 2005
@@ -20,18 +20,18 @@
 :samplesjarfound
 set CLASSPATH=%CLASSPATH%;Sandesha-samples.jar;
 
-if  exist  ..\Sandesha-1.0-RC1.jar goto  jarfoundinroot
-if  exist  ..\target\Sandesha-1.0-RC1.jar goto  jarfoundintarget
-echo Cannot find the Sandesha-1.0-RC1.jar.
+if  exist  ..\Sandesha-1.0.jar goto  jarfoundinroot
+if  exist  ..\target\Sandesha-1.0.jar goto  jarfoundintarget
+echo Cannot find the Sandesha-1.0.jar.
 echo If you are using the source distribution, please build the source using maven before running the samples
 pause
 goto end
 
 :jarfoundinroot
-set CLASSPATH=%CLASSPATH%;..\Sandesha-1.0-RC1.jar;
+set CLASSPATH=%CLASSPATH%;..\Sandesha-1.0.jar;
 
 :jarfoundintarget
-set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0-RC1.jar;
+set CLASSPATH=%CLASSPATH%;..\target\Sandesha-1.0.jar;
 
 java org.apache.axis.transport.http.SimpleAxisServer
 :end

Modified: webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh (original)
+++ webservices/sandesha/trunk/samples/RunSimpleAxisServer.sh Wed Jul 27 01:45:22 2005
@@ -14,16 +14,16 @@
 
 if [ -e Sandesha-samples.jar ]; then
     CLASSPATH=$CLASSPATH:Sandesha-samples.jar
-if [ -e ../Sandesha-1.0-RC1.jar ]; then
-     CLASSPATH=$CLASSPATH:../Sandesha-1.0-RC1.jar
+if [ -e ../Sandesha-1.0.jar ]; then
+     CLASSPATH=$CLASSPATH:../Sandesha-1.0.jar
      export CLASSPATH
      java -classpath $CLASSPATH org.apache.axis.transport.http.SimpleAxisServer
-elif [ -e ../target/Sandesha-1.0-RC1.jar ]; then
-     CLASSPATH=$CLASSPATH:../target/Sandesha-1.0-RC1.jar;
+elif [ -e ../target/Sandesha-1.0.jar ]; then
+     CLASSPATH=$CLASSPATH:../target/Sandesha-1.0.jar;
      export CLASSPATH
      java -classpath $CLASSPATH org.apache.axis.transport.http.SimpleAxisServer
 else
-echo "Cannot find the Sandesha-1.0-RC1.jar."
+echo "Cannot find the Sandesha-1.0.jar."
 echo "If you are using the source distribution, please build the source using maven before running the samples"
 fi
 else

Modified: webservices/sandesha/trunk/samples/build.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/build.xml?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/samples/build.xml (original)
+++ webservices/sandesha/trunk/samples/build.xml Wed Jul 27 01:45:22 2005
@@ -40,12 +40,12 @@
     </target>
 
     <target name="check.jar">
-        <available property="sandesha.jar.found1" file="../Sandesha-1.0-RC1.jar"/>
-        <available property="target.directory.found" file="../target/Sandesha-1.0-RC1.jar"/>
+        <available property="sandesha.jar.found1" file="../Sandesha-1.0.jar"/>
+        <available property="target.directory.found" file="../target/Sandesha-1.0.jar"/>
     </target>
 
     <target name="set.jar.at.root" depends="check.jar" unless="sandesha.jar.found1">
-        <echo message="Cannot find the Sandesha-1.0-RC1.jar."/>
+        <echo message="Cannot find the Sandesha-1.0.jar."/>
         <fail message="If you are using the source distribution, please build the source using maven before running the samples."/>
     </target>
 
@@ -59,7 +59,7 @@
         <property name="dir.libs" value="../lib"/>
         <property name="dir.root" value="../"/>
         <property name="dir.target" value="../target"/>
-        <property name="jar.name" value="Sandesha-1.0-RC1.jar"/>
+        <property name="jar.name" value="Sandesha-1.0.jar"/>
 
         <mkdir dir="classes"/>
 

Added: webservices/sandesha/trunk/xdocs/index.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/index.html?rev=225483&view=auto
==============================================================================
--- webservices/sandesha/trunk/xdocs/index.html (added)
+++ webservices/sandesha/trunk/xdocs/index.html Wed Jul 27 01:45:22 2005
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>Apache Sandesha</title>
+</head>
+<body>
+<h1><font size="6">Welcome to Apache Sandesha</font></h1>
+<p>
+ Apache Sandesha is an implementation of the Web Services ReliableMessaging (WS-ReliableMessaging), published by the IBM, Microsoft and  BEA as a joint specification, on top of Apache Axis (The Next Generation SOAP). Apache Sandesha provides; An implementation for WS-ReliableMessaging with the support to WS-Policy and WS- Addressing. Interoperability with other WS-ReliableMessaging implementations.   Sandesha provides a complete support for WS-ReliableMessaging  specification allowing a reliable communication between web services as well as web services and clients. It also provides the INORDER message delivery assurance for the users.
+</p>
+</body>
+</html>
\ No newline at end of file

Modified: webservices/sandesha/trunk/xdocs/interopguide.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/interopguide.html?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/xdocs/interopguide.html (original)
+++ webservices/sandesha/trunk/xdocs/interopguide.html Wed Jul 27 01:45:22 2005
@@ -25,6 +25,8 @@
 sure that a firewall is not blocking the response path (default port 9090) and 
 you may need to have a public IP address). 
 </p>
+<h3><font size="4">Public Endpoint for Sandesha</font></h3>
+<p>Interop Client is <a href="http://ws.zones.apache.org:7070/sandesha-interop/interop.jsp">http://ws.zones.apache.org:7070/sandesha-interop/interop.jsp</a></p>
 <h3><font size="4">With IBM Implementation</font></h3>
 <p>Server endpoint is <a href="http://wsi.alphaworks.ibm.com:8080/wsrm/services/rmDemos">http://wsi.alphaworks.ibm.com:8080/wsrm/services/rmDemos</a></p>
 <p>With IBM we have successfully interoperated both Ping and EchoString scenarios. 

Modified: webservices/sandesha/trunk/xdocs/releases.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/releases.html?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/xdocs/releases.html (original)
+++ webservices/sandesha/trunk/xdocs/releases.html Wed Jul 27 01:45:22 2005
@@ -1,4 +1,6 @@
-<title>Sandesha Releases</title><h2>&nbsp;juReleases</h2>
+<title>Sandesha Releases</title><h2>
+    Sandesha Releases
+</h2>
 <div align="center">
 	<table border="1" style="border-collapse: collapse" width="76%" id="table1">
 		<tr>
@@ -28,5 +30,15 @@
 			<td width="100">12-07-2005</td>
 			<td>Release Candidate 1 for 1.0</td>
 		</tr>
+		<tr>
+			<td width="58" align="center" valign="middle">1.0</td>
+			<td width="237"> Source Distribution
+            <a href="http://www.apache.org/dist/ws/sandesha/1_0/Sandesha-1.0-src.zip">zip</a><br>
+		    Binary Distribution
+            <a href="http://www.apache.org/dist/ws/sandesha/1_0/Sandesha-1.0-bin.zip">zip</a>
+			  </td>
+			<td width="100">28-07-2005</td>
+			<td>Release Candidate 1 for 1.0</td>
+		</tr>
 	</table>
-</div>
\ No newline at end of file
+</div>

Modified: webservices/sandesha/trunk/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/xdocs/userguide.html?rev=225483&r1=225482&r2=225483&view=diff
==============================================================================
--- webservices/sandesha/trunk/xdocs/userguide.html (original)
+++ webservices/sandesha/trunk/xdocs/userguide.html Wed Jul 27 01:45:22 2005
@@ -26,7 +26,7 @@
 <h2><font size="5">Use Sandesha in the Client Side</font></h2>
 <p>Following two steps will enable the usage of Sandesha in the Client Side.</p>
 <ul type="square">
-  <li>Copy the <b>Sandesha-1.0-RC1.jar</b> to your classpath (this jar can be found 
+  <li>Copy the <b>Sandesha-1.0.jar</b> to your classpath (this jar can be found
   in the root directory of the unzipped binary distribution)</li>
   <li>Add the jars in the &quot;lib&quot; directory of the binary distribution to your 
   classpath.</li>
@@ -278,7 +278,7 @@
 <p>Sandesha configuration in the server side can be explained using two simple 
 steps. (Assume that axis is configured in Tomcat Server)</p>
 <ul type="square">
-  <li>Copy the <b>Sandesha-1.0-RC1.jar</b> to the <b>CATALINA_HOME/webapps/axis/WEB-INF/lib</b> along 
+  <li>Copy the <b>Sandesha-1.0.jar</b> to the <b>CATALINA_HOME/webapps/axis/WEB-INF/lib</b> along
 with the other new jars that can be found in <b>lib</b> directory of Sandesha. 
   (If you are using the Axis1.2 release, then the user have to copy only the 
   &quot;addressing-SNAPTSHOT.jar&quot; additionally)</li>
@@ -291,7 +291,7 @@
 service. (make sure that the classes for the <b>MyService</b> is copied to <b>CATALINA_HOME/webapps/axis/WEB-INF/classes. RMProvider</b> by default will 
 use the <b>RPCProvider</b> to invoke the services, however user can specify the 
 actual provider that is required to invoke a particular service in <b>sandesha.properties</b> file that can be found in
-<b>Sandesha-1.0-RC1.jar</b>.</p>
+<b>Sandesha-1.0.jar</b>.</p>
 
 <source><pre>&lt;deployment xmlns=&quot;http://xml.apache.org/axis/wsdd/&quot; 
 xmlns:java=&quot;http://xml.apache.org/axis/wsdd/providers/java&quot;&gt;



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