Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 57789 invoked from network); 4 Jun 2007 19:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 19:00:56 -0000 Received: (qmail 87827 invoked by uid 500); 4 Jun 2007 19:00:59 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 87769 invoked by uid 500); 4 Jun 2007 19:00:59 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 87758 invoked by uid 500); 4 Jun 2007 19:00:59 -0000 Delivered-To: apmail-ws-sandesha-cvs@ws.apache.org Received: (qmail 87754 invoked by uid 99); 4 Jun 2007 19:00:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 12:00:59 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 12:00:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 979C21A981D; Mon, 4 Jun 2007 12:00:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r544216 - in /webservices/sandesha/branches/sandesha2/java/1_2: ./ modules/client/ modules/core/ modules/distribution/ modules/interop/ modules/mar/ modules/policy/ modules/rampart-integration/ modules/samples/ modules/tests/ Date: Mon, 04 Jun 2007 19:00:33 -0000 To: sandesha-cvs@ws.apache.org From: chamikara@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070604190034.979C21A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chamikara Date: Mon Jun 4 12:00:28 2007 New Revision: 544216 URL: http://svn.apache.org/viewvc?view=rev&rev=544216 Log: Changed the version to 1.2 Modified: webservices/sandesha/branches/sandesha2/java/1_2/README.txt webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/pom.xml webservices/sandesha/branches/sandesha2/java/1_2/project.properties webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html Modified: webservices/sandesha/branches/sandesha2/java/1_2/README.txt URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/README.txt?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/README.txt (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/README.txt Mon Jun 4 12:00:28 2007 @@ -1,5 +1,5 @@ ========================================================================== -Apache Sandesha2 @VERSION@ build +Apache Sandesha2 1.2 build http://ws.apache.org/sandesha/sandesha2 --------------------------------------------------------------------------- @@ -17,10 +17,10 @@ details). Add a user phase named RMPhase to the all four flows of the axis2.xml. Get the binary distribution of Sandesha2 and extract it. You will find the -sandesha2-@VERSION@.mar file inside that. This is the current Sandesha2 module +sandesha2-1.2.mar file inside that. This is the current Sandesha2 module file. Put Sandesha2 module file to /WEB-INF/modules directory. -Put sandesha2-policy-@VERSION@.jar file that comes with the distribution to the /WEB-INF/lib directory. +Put sandesha2-policy-1.2.jar file that comes with the distribution to the /WEB-INF/lib directory. Using Sandesha2 in the server side =================================== @@ -38,8 +38,8 @@ Engage sandesha2 and addressing modules to the ServiceClient object before doing any invocation. If you are not using any advance features add the -sandesha2-client-@VERSION@.jar to your classpath. Otherwise you will have to add -the sandesha2-@VERSION@.jar file to the classpath. Add the sandesha2-policy-@VERSION@.jar +sandesha2-client-constants-1.2.jar to your classpath. Otherwise you will have to add +the sandesha2-1.2.jar file to the classpath. Add the sandesha2-policy-1.2.jar to your classpath. Please see Sandesha2 user guide for more details and sample code on using Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/client/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/core/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/distribution/pom.xml Mon Jun 4 12:00:28 2007 @@ -6,7 +6,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 org.apache.sandesha2 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/interop/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/mar/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/policy/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/rampart-integration/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/samples/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/modules/tests/pom.xml Mon Jun 4 12:00:28 2007 @@ -5,7 +5,7 @@ org.apache.sandesha2 sandesha2-parent - 1.2-SNAPSHOT + 1.2 4.0.0 Modified: webservices/sandesha/branches/sandesha2/java/1_2/pom.xml URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/pom.xml?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/pom.xml (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/pom.xml Mon Jun 4 12:00:28 2007 @@ -8,7 +8,7 @@ Sandesha2 is an implementation of WS-ReliableMessaging specifications for Apache Axis2. By using Sandesha2 you can add reliable messaging capability to the Web services you have hosted in Axis2. You can also use Sandesha2 with Axis2 client to interact with already hosted web services in a reliable manner. Please see Sandesha2 user guide for more information on using Sandesha2. Read Sandesha2 Architecture guide to see how Sandesha2 works internally. - 1.2-SNAPSHOT + 1.2 Apache Sandesha http://ws.apache.org/ws-fx/sandesha/sandesha2 @@ -222,7 +222,7 @@ - 1.2-SNAPSHOT + 1.2 1.2 1.2 1.5.2 Modified: webservices/sandesha/branches/sandesha2/java/1_2/project.properties URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/project.properties?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/project.properties (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/project.properties Mon Jun 4 12:00:28 2007 @@ -23,7 +23,7 @@ maven.html2xdoc.dir=./xdocs maven.junit.fork=yes -sandesha2.version=1.2-SNAPSHOT +sandesha2.version=1.2 sandesha2.module.version=${sandesha2.version} axis2.version=1.2 Modified: webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html?view=diff&rev=544216&r1=544215&r2=544216 ============================================================================== --- webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html (original) +++ webservices/sandesha/branches/sandesha2/java/1_2/release-notes.html Mon Jun 4 12:00:28 2007 @@ -1,6 +1,6 @@ + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> @@ -12,7 +12,7 @@

Apache Sandesha2 Release Notes

-

This is the @VERSION@ release of Apache Sandesha2.

+

This is the 1.2 release of Apache Sandesha2.

What is in this release

@@ -21,7 +21,8 @@
  • Support for WS-ReliableMessaging in both client side and server side of Axis2. (according the the WS-ReliableMessaging specification February 2005).
  • -
  • Support upto the CD4 of the WSRM 1.1 specification being developed under OASIS.
  • +
  • Support upto the CD4 of the WSRM 1.1 specification being developed + under OASIS.
  • Pluggable storage framework.
  • Configurable delivery assurances. In-order exactly once delivery assurance is guaranteed. Users can also instruct the system to stop @@ -38,6 +39,8 @@
  • Support for the WSRM specification being developed under OASIS WSRX technical committee.
  • Support for SecureConversation+RM
  • +
  • Support for the Replay model in WSRM 1.0 to do an InOut message + exchange without starting an endpoint at the client side.
  • Test cases to test RM scenarios.
  • Documentation
  • @@ -47,6 +50,5 @@

    Apache Sandesha2 team

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