You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2009/09/01 18:25:52 UTC

svn commit: r810109 - in /webservices/rampart/branches/java/1_5: ./ modules/distribution/ modules/documentation/ modules/rampart-core/ modules/rampart-integration/ modules/rampart-mar/ modules/rampart-policy/ modules/rampart-tests/ modules/rampart-trus...

Author: nandana
Date: Tue Sep  1 16:25:51 2009
New Revision: 810109

URL: http://svn.apache.org/viewvc?rev=810109&view=rev
Log:
changes for RC1

Modified:
    webservices/rampart/branches/java/1_5/modules/distribution/pom.xml
    webservices/rampart/branches/java/1_5/modules/documentation/pom.xml
    webservices/rampart/branches/java/1_5/modules/rampart-core/pom.xml
    webservices/rampart/branches/java/1_5/modules/rampart-integration/pom.xml
    webservices/rampart/branches/java/1_5/modules/rampart-mar/pom.xml
    webservices/rampart/branches/java/1_5/modules/rampart-policy/pom.xml
    webservices/rampart/branches/java/1_5/modules/rampart-tests/pom.xml
    webservices/rampart/branches/java/1_5/modules/rampart-trust-mar/pom.xml
    webservices/rampart/branches/java/1_5/modules/rampart-trust/pom.xml
    webservices/rampart/branches/java/1_5/pom.xml
    webservices/rampart/branches/java/1_5/release-docs/README.txt
    webservices/rampart/branches/java/1_5/release-docs/release-notes.html

Modified: webservices/rampart/branches/java/1_5/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/distribution/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/distribution/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/distribution/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/rampart/branches/java/1_5/modules/documentation/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/documentation/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/documentation/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/documentation/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/rampart/branches/java/1_5/modules/rampart-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/rampart-core/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/rampart-core/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/rampart-core/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: webservices/rampart/branches/java/1_5/modules/rampart-integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/rampart-integration/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/rampart-integration/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/rampart-integration/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,14 +5,14 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>rampart-integration</artifactId>
     <packaging>jar</packaging>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5-RC1</version>
     <name>Rampart - Integration</name>
 
     <build>

Modified: webservices/rampart/branches/java/1_5/modules/rampart-mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/rampart-mar/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/rampart-mar/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/rampart-mar/pom.xml Tue Sep  1 16:25:51 2009
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -79,12 +79,12 @@
         <dependency>
             <groupId>org.apache.rampart</groupId>
             <artifactId>rampart-policy</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5-RC1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.rampart</groupId>
             <artifactId>rampart-trust</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5-RC1</version>
         </dependency>
     </dependencies>
 

Modified: webservices/rampart/branches/java/1_5/modules/rampart-policy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/rampart-policy/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/rampart-policy/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/rampart-policy/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: webservices/rampart/branches/java/1_5/modules/rampart-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/rampart-tests/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/rampart-tests/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/rampart-tests/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: webservices/rampart/branches/java/1_5/modules/rampart-trust-mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/rampart-trust-mar/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/rampart-trust-mar/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/rampart-trust-mar/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
@@ -56,12 +56,12 @@
     	<dependency>
             <groupId>org.apache.rampart</groupId>
             <artifactId>rampart-policy</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5-RC1</version>
         </dependency>
     	<dependency>
             <groupId>org.apache.rampart</groupId>
             <artifactId>rampart-trust</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5-RC1</version>
         </dependency>
     </dependencies>
 

Modified: webservices/rampart/branches/java/1_5/modules/rampart-trust/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/modules/rampart-trust/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/modules/rampart-trust/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/modules/rampart-trust/pom.xml Tue Sep  1 16:25:51 2009
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.5-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: webservices/rampart/branches/java/1_5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/pom.xml?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/pom.xml (original)
+++ webservices/rampart/branches/java/1_5/pom.xml Tue Sep  1 16:25:51 2009
@@ -7,7 +7,7 @@
     <artifactId>rampart-project</artifactId>
     <packaging>pom</packaging>
     <description> WS-Security, WS-Trust and WS-SecureConversation implementaion for Apache Axis2 </description>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5-RC1</version>
     <name>Apache Rampart</name>
     <url>http://ws.apache.org/rampart</url>
 

Modified: webservices/rampart/branches/java/1_5/release-docs/README.txt
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/release-docs/README.txt?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/release-docs/README.txt (original)
+++ webservices/rampart/branches/java/1_5/release-docs/README.txt Tue Sep  1 16:25:51 2009
@@ -1,5 +1,5 @@
 ======================================================
-Apache Rampart-1.4 build  (April 03, 2008)
+Apache Rampart-1.5 build  (April 03, 2008)
 
 http://ws.apache.org/axis2/modules/rampart/
 ------------------------------------------------------
@@ -13,8 +13,8 @@
            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.mar   - WS-Security and WS-SecureConversation support for Axis2
+rahas-1.5.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.
@@ -48,17 +48,17 @@
 lib/security directory as the last line.
 security.provider.X=org.bouncycastle.jce.provider.BouncyCastleProvider
 
-Test cases written for SAML 2.0 support requires endorsing the JDK's default JAXP 
-implementation with Xerces(http://xerces.apache.org/mirrors.cgi#binary) and 
-Xalan(http://xml.apache.org/xalan-j/downloads.html#latest-release). So before building Rampart from the
-source distribution, you need to copy resolver-x.x.x.jar, serializer-x.x.x.jar, xercesImpl-x.x.x.jar 
-and xml-apis-x.x.x.jar from the Xerces binary distribution and xalan-x.x.x.jar from the xalan binary 
-distribution to the endorsed directory. If you are using Sun JDK, endorsed directory is located at 
-$JAVA_HOME/jre/lib/endorsed.
-
-When Rampart is deployed in a particular application server, please refer to the endorsing mechanism 
-recommended for that server and endorse the JAXP implementation using the set of jars mentioned above. 
-
+Test cases written for SAML 2.0 support requires endorsing the JDK's default JAXP 
+implementation with Xerces(http://xerces.apache.org/mirrors.cgi#binary) and 
+Xalan(http://xml.apache.org/xalan-j/downloads.html#latest-release). So before building Rampart from the
+source distribution, you need to copy resolver-x.x.x.jar, serializer-x.x.x.jar, xercesImpl-x.x.x.jar 
+and xml-apis-x.x.x.jar from the Xerces binary distribution and xalan-x.x.x.jar from the xalan binary 
+distribution to the endorsed directory. If you are using Sun JDK, endorsed directory is located at 
+$JAVA_HOME/jre/lib/endorsed.
+
+When Rampart is deployed in a particular application server, please refer to the endorsing mechanism 
+recommended for that server and endorse the JAXP implementation using the set of jars mentioned above. 
+
 Before you try any of the samples make sure you
 
 1.) Have the Axis2 standard binary distribution downloaded and extracted.

Modified: webservices/rampart/branches/java/1_5/release-docs/release-notes.html
URL: http://svn.apache.org/viewvc/webservices/rampart/branches/java/1_5/release-docs/release-notes.html?rev=810109&r1=810108&r2=810109&view=diff
==============================================================================
--- webservices/rampart/branches/java/1_5/release-docs/release-notes.html (original)
+++ webservices/rampart/branches/java/1_5/release-docs/release-notes.html Tue Sep  1 16:25:51 2009
@@ -12,19 +12,19 @@
 <body>
 <h1>Apache Rampart Release Notes</h1>
 
-<p>This is the 1.2 release of Apache Rampart.</p>
+<p>This is the 1.5 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 is a toolkit that provides implementations of the WS-Sec*
+specifications for Apache Axis2 1.5, based on Apache WSS4J 1.5.8 and 
+the Apache AXIOM-DOOM 1.2.8 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.mar</li>
 This provides support for WS-Security and WS-SecureConversation features.
-<li>rahas-1.2.mar</li>
+<li>rahas-1.5.mar</li>
 This module provides the necessary components to enable SecurityTokenService 
 functionality on a service.
 </ul>
@@ -34,8 +34,8 @@
 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 can be successfully used with the next Apache Sandesha2
+release targeted towards Apache Axis2 1.5 to configure
 WS-SecureConversation + WS-ReliableMessaging scenarios.</p>
 <p>
 The rampart module was successfully tested for interoperability with other
@@ -48,7 +48,9 @@
 <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>