You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Andreas Veithen <an...@gmail.com> on 2010/12/22 13:02:28 UTC

Re: svn commit: r1051858 - in /axis/axis2/java/rampart/trunk/release-docs: NOTICE.txt README.txt release-notes.html

"Apache Rampart 1.5.1 can be successfully used with the next Apache
Sandesha2 release targeted towards Apache Axis2 1.5.1 to configure
WS-SecureConversation + WS-ReliableMessaging scenarios."

This is misleading because Sandesha2 1.4 will work properly only with
Axis2 1.5.4. Anyway I think it would be wise to build Rampart 1.5.1
with Axis2 1.5.4 because this release provides maximum compatibility
with Axiom 1.2.10 and there were issues with the repositories declared
in the POMs in Axis2 < 1.5.4. This may have an impact on the Rampart
build when resolving transitive dependencies.

Andreas

On Wed, Dec 22, 2010 at 12:46,  <sa...@apache.org> wrote:
> Author: samisa
> Date: Wed Dec 22 11:46:33 2010
> New Revision: 1051858
>
> URL: http://svn.apache.org/viewvc?rev=1051858&view=rev
> Log:
> Fixed documentation to include next release information, 1.5.1
>
> Modified:
>    axis/axis2/java/rampart/trunk/release-docs/NOTICE.txt
>    axis/axis2/java/rampart/trunk/release-docs/README.txt
>    axis/axis2/java/rampart/trunk/release-docs/release-notes.html
>
> Modified: axis/axis2/java/rampart/trunk/release-docs/NOTICE.txt
> URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/release-docs/NOTICE.txt?rev=1051858&r1=1051857&r2=1051858&view=diff
> ==============================================================================
> --- axis/axis2/java/rampart/trunk/release-docs/NOTICE.txt (original)
> +++ axis/axis2/java/rampart/trunk/release-docs/NOTICE.txt Wed Dec 22 11:46:33 2010
> @@ -1,12 +1,9 @@
> -   =========================================================================
> -   ==  NOTICE file corresponding to the section 4 d of                    ==
> -   ==  the Apache License, Version 2.0,                                   ==
> -   ==  in this case for the Apache Axis2 distribution.                    ==
> -   =========================================================================
> +Apache Rampart
> +Copyright 2010 The Apache Software Foundation
>
> -   This product includes software developed by
> -   The Apache Software Foundation (http://www.apache.org/).
> +This product includes software developed by
> +The Apache Software Foundation (http://www.apache.org/).
>
> -   Please read the different LICENSE files present in the lib directory of
> -   this distribution.
> +Please read the different LICENSE files present in the lib directory of
> +this distribution.
>
>
> Modified: axis/axis2/java/rampart/trunk/release-docs/README.txt
> URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/release-docs/README.txt?rev=1051858&r1=1051857&r2=1051858&view=diff
> ==============================================================================
> --- axis/axis2/java/rampart/trunk/release-docs/README.txt (original)
> +++ axis/axis2/java/rampart/trunk/release-docs/README.txt Wed Dec 22 11:46:33 2010
> @@ -1,43 +1,43 @@
>  ======================================================
> -Apache Rampart-1.4 build  (April 03, 2008)
> +Apache Rampart-1.5.1 build  (Dec 23, 2010)
>
> -http://ws.apache.org/axis2/modules/rampart/
> +http://axis.apache.org/axis2/java/rampart
>  ------------------------------------------------------
>
> -___________________
> -Contents
> -===================
> +_______________________________
> +Contents of Binary Distribution
> +===============================
>
>  lib      - This directory contains all the libraries required by rampart
>            in addition to the libraries available in the axis2 standard binary
>            release.
>
>
> -rampart-1.4.mar   - WS-Security and WS-SecureConversation support for Axis2
> -rahas-1.4.mar     - STS module - to be used to add STS operations to a service
> +rampart-1.5.1.mar   - WS-Security and WS-SecureConversation support for Axis2
> +rahas-1.5.1.mar     - STS module - to be used to add STS operations to a service
>
>  samples  - This contains samples on using Apache Rampart and configuring
>            different components to carryout different WS-Sec* operations.
>
>  README.txt - This file
>
> -build.xml - Setup file to copy all jars to required places
> -
> -____________
> -Installation
> -============
> -
> -Using Ant
> ----------
> -Run ant script on extracted binary distribution and it will copy the required files to Axis2. You have to set the AXIS2_HOME system variable to point to your Axis2 binary distribution.
> -
> -Manual Installation
> --------------------
> -You can copy the required libraries and module files manually. You need copy all the libraries in the lib directory of Rampart binary distribution to Axis2 lib directory and all the module files to in the modules directory of  Rampart binary distribution to Axis2 modules directory.
> -
> -Axis2 lib directory – AXIS2_HOME/lib (Standard binary distribution ) or axis2/WEB-INF/lib (WAR)
> +build.xml - Setup file to copy all jars to required places
> +____________
> +Installation
> +============
> +
> +Using Ant
> +---------
> +Run ant script on extracted binary distribution and it will copy the required files to Axis2. You have to set the AXIS2_HOME system variable to point to your Axis2 binary distribution.
> +
> +Manual Installation
> +-------------------
> +You can copy the required libraries and module files manually. You need copy all the libraries in the lib directory of Rampart binary distribution to Axis2 lib directory and all the module files to in the modules directory of  Rampart binary distribution to Axis2 modules directory.
> +
> +Axis2 lib directory – AXIS2_HOME/lib (Standard binary distribution ) or axis2/WEB-INF/lib (WAR)
> +
> +Axis2 modules directory – AXIS2_HOME/repository/modules (Standard binary distribution ) or axis2/WEB-INF/modules (WAR)
>
> -Axis2 modules directory – AXIS2_HOME/repository/modules (Standard binary distribution ) or axis2/WEB-INF/modules (WAR)
>
>  IMPORTANT:
>  Before you build rampart from source distribution, you need provision for
> @@ -120,7 +120,7 @@ Any problem with this release can be rep
>  or in the JIRA issue tracker.
>
>  Mailing list subscription:
> -    rampart-dev-subscribe@ws.apache.org
> +    java-dev-subscribe@axis.apache.org
>
>  Jira:
>     http://issues.apache.org/jira/browse/RAMPART
>
> Modified: axis/axis2/java/rampart/trunk/release-docs/release-notes.html
> URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/release-docs/release-notes.html?rev=1051858&r1=1051857&r2=1051858&view=diff
> ==============================================================================
> --- axis/axis2/java/rampart/trunk/release-docs/release-notes.html (original)
> +++ axis/axis2/java/rampart/trunk/release-docs/release-notes.html Wed Dec 22 11:46:33 2010
> @@ -12,30 +12,30 @@
>  <body>
>  <h1>Apache Rampart Release Notes</h1>
>
> -<p>This is the 1.2 release of Apache Rampart.</p>
> +<p>This is the 1.5.1 release of Apache Rampart.</p>
>
> -<p>Apache Rampart 1.2 is a toolkit that provides implementations of the WS-Sec*
> -specifications for Apache Axis 1.2, based on Apache WSS4J 1.5.2 and
> -the Apache AXIOM-DOOM 1.2.4 implementation.</p>
> +<p>Apache Rampart 1.5.1 is a toolkit that provides implementations of the WS-Sec*
> +specifications for Apache Axis2 1.5.1, based on Apache WSS4J 1.5.10 and
> +the Apache AXIOM-DOOM 1.2.10 implementation.</p>
>
>  <b>What is in this release</b>
>
>  <p>There are two main Apache Axis2 modules provided with this release.</p>
>  <ul>
> -<li>rampart-1.2.mar</li>
> +<li>rampart-1.5.1.mar</li>
>  This provides support for WS-Security and WS-SecureConversation features.
> -<li>rahas-1.2.mar</li>
> +<li>rahas-1.5.1.mar</li>
>  This module provides the necessary components to enable SecurityTokenService
>  functionality on a service.
>  </ul>
>
> -<p>Apache Rampart 1.2 uses a configuration model based on WS-Policy
> +<p>Apache Rampart 1.5.1 uses a configuration model based on WS-Policy
>  and WS-Security Policy and it is important to note that Apache Rampart 1.0 style
>  configuration is also available even though being marked as deprecated.
>  </p>
>
> -<p>Apache Rampart 1.2 can be successfully used with the next Apache Sandesha2
> -release targeted towards Apache Axis2 1.2 to configure
> +<p>Apache Rampart 1.5.1 can be successfully used with the next Apache Sandesha2
> +release targeted towards Apache Axis2 1.5.1 to configure
>  WS-SecureConversation + WS-ReliableMessaging scenarios.</p>
>  <p>
>  The rampart module was successfully tested for interoperability with other
> @@ -48,7 +48,9 @@ WS-Security implementations.</p>
>  <li>WS - Secure Conversation - February 2005</li>
>  <li>WS - Security Policy - 1.1 - July 2005</li>
>  <li>WS - Trust - February 2005</li>
> -<li>WS - Trust - WS-SX spec - EXPERIMENTAL </li>
> +<li>WS - Trust - WS-SX specification</li>
> +<li>SAML Specification - 1.1 </li>
> +<li>SAML Specification - 2.0 </li>
>  </ul>
>
>
> @@ -58,17 +60,7 @@ WS-Security implementations.</p>
>
>  <p></p>
>
> -<p>Apache Rampart team</p>
> -
> -<p></p>
> -
> -<p></p>
> -
> -<p></p>
> -
> -<p></p>
> -
> -<p></p>
> +<p>Apache Rampart Team</p>
>
>  <p></p>
>  </body>
>
>
>

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


Re: svn commit: r1051858 - in /axis/axis2/java/rampart/trunk/release-docs: NOTICE.txt README.txt release-notes.html

Posted by Samisa Abeysinghe <sa...@gmail.com>.
On Wed, Dec 22, 2010 at 5:32 PM, Andreas Veithen
<an...@gmail.com>wrote:

> "Apache Rampart 1.5.1 can be successfully used with the next Apache
> Sandesha2 release targeted towards Apache Axis2 1.5.1 to configure
> WS-SecureConversation + WS-ReliableMessaging scenarios."
>
> This is misleading because Sandesha2 1.4 will work properly only with
> Axis2 1.5.4. Anyway I think it would be wise to build Rampart 1.5.1
> with Axis2 1.5.4 because this release provides maximum compatibility
> with Axiom 1.2.10 and there were issues with the repositories declared
> in the POMs in Axis2 < 1.5.4. This may have an impact on the Rampart
> build when resolving transitive dependencies.
>

Fixed. Rampart 1.5.1 will work properly with Axis2 1.5.4 and Sandesha 1.4


Samisa...