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 2010/01/29 16:00:35 UTC

svn commit: r904510 [1/3] - in /webservices/rampart/site/java: ./ download/1.1/ download/1.2/ download/1.3/ download/1.4/

Author: nandana
Date: Fri Jan 29 15:00:34 2010
New Revision: 904510

URL: http://svn.apache.org/viewvc?rev=904510&view=rev
Log:
site for 1.5 release

Modified:
    webservices/rampart/site/java/articles.html
    webservices/rampart/site/java/dependencies.html
    webservices/rampart/site/java/developer-guide.html
    webservices/rampart/site/java/download.html
    webservices/rampart/site/java/download/1.1/download.html
    webservices/rampart/site/java/download/1.2/download.html
    webservices/rampart/site/java/download/1.3/download.html
    webservices/rampart/site/java/download/1.4/download.html
    webservices/rampart/site/java/index.html
    webservices/rampart/site/java/integration.html
    webservices/rampart/site/java/issue-tracking.html
    webservices/rampart/site/java/license.html
    webservices/rampart/site/java/mail-lists.html
    webservices/rampart/site/java/project-info.html
    webservices/rampart/site/java/project-summary.html
    webservices/rampart/site/java/quick-start.html
    webservices/rampart/site/java/rampart-config.xsd
    webservices/rampart/site/java/rampartconfig-guide.html
    webservices/rampart/site/java/samples.html
    webservices/rampart/site/java/setting-up-sts.html
    webservices/rampart/site/java/siteHowTo.html
    webservices/rampart/site/java/source-repository.html
    webservices/rampart/site/java/specifications.html
    webservices/rampart/site/java/svn.html
    webservices/rampart/site/java/team-list.html

Modified: webservices/rampart/site/java/articles.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/java/articles.html?rev=904510&r1=904509&r2=904510&view=diff
==============================================================================
--- webservices/rampart/site/java/articles.html (original)
+++ webservices/rampart/site/java/articles.html Fri Jan 29 15:00:34 2010
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 23 Jun 2008
+        Last Published: 27 Sep 2009
                       </div>
             <div class="xright">      <a href="../../">WebServices</a>
           |
@@ -248,14 +248,13 @@
 Secure, Reliable Web Services with Apache</a>- By Kyle Gabhart</li>
 <li><a href="http://wso2.org/library/3132">
 Understanding WS - Security Policy Language</a>- By Nandana Mihindukulasooriya</li>
-<li><a href="http://wso2.org/library/3733">Password Callback Handlers Explained</a> - By Nandana Mihindukulasooriya</li>
 <li><a href="http://wso2.org/library/1027">
 Integrating WS-Security and WS-SecureConversation Implementations with Apache Sandesha2 </a>- By Chamikara Jayalath</li>
 </ul>
 
 <h2>Tutorials</h2>
 <ul>
-<li><a href="http://wso2.org/library/255">Secure Message Exchanges with Multiple Users</a>- By
+<li><a href="http://wso2.org/library/140">Secure Message Exchanges with Multiple Users</a>- By
 Ruchith Fernando</li>
 <li><a href="http://wso2.org/library/174">Setting Up Keystores for a Client and a Service</a>- By
 Ruchith Fernando</li>
@@ -263,14 +262,12 @@
 Nandana Mihindukulasooriya</li>
 <li><a href="http://wso2.org/library/3415">Web Services Security with Apache Rampart - Part 2 (Message-Level Security)</a>- By
 Nandana Mihindukulasooriya</li>
-<li><a href="https://wso2.org/library/3786">Applying policies at binding hierarchy in Apache Axis2 1.4</a> -By 
-Nandana Mihindukulasooriya</li>
-<li><a href="http://wso2.org/library/3787">Security Vulnerabilities in Apache Axis2 1.4 / Rampart 1.4 and Avoiding Them </a>- By
-Nandana Mihindukulasooriya</li>
 </ul>
 
 <h2>Presentations</h2>
 <ul>
+<li><a href="http://www.slideshare.net/prabathsiriwardena/the-secured-enterprise-leverage-openid-with-web-service">The Secured Enterprise</a>- By
+Prabath Siriwardena</li>
 <li><a href="http://wso2.org/library/136">Secure Web Services with Apache Rampart</a>- By
 Ruchith Fernando</li>
 <li><a href="http://wso2.org/library/2534">Apache Rahas</a>- By
@@ -281,13 +278,16 @@
 <li><a href="http://wso2.org/library/695">Secure Messaging with Apache Rampart/Java</a>- By
 Ruchith Fernando</li>
 </ul>
+<h2>Blogs</h2>
+<ul>
+<li><a href="http://RampartFAQ.com">http://RampartFAQ.com</a></li>
+</ul>    
 <h2>Questions and Answers</h2>
 <ul>
 <li><a href="http://wso2.org/library/2507">Timestamp validation fails! Why?</a></li>
 <li><a href="http://wso2.org/library/2506">How can I convert an LLOM AXIOM tree into a DOOM AXIOM tree?</a></li>
 <li><a href="http://wso2.org/library/169">How can I obtain UsernameToken information at the service?</a></li>
 <li><a href="http://wso2.org/library/116">Unexpected number of X509Data: for Signature. Why?</a></li>
-<li><a href="http://wso2.org/library/knowledge-base/run-rampart-samples-apache-tomcat">How to run Rampart Samples with Apache Tomcat</a></li>
 </ul>
 
 </html>
@@ -298,7 +298,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2005-2008
+          2005-2009
     
           Apache Software Foundation
           

Modified: webservices/rampart/site/java/dependencies.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/java/dependencies.html?rev=904510&r1=904509&r2=904510&view=diff
==============================================================================
--- webservices/rampart/site/java/dependencies.html (original)
+++ webservices/rampart/site/java/dependencies.html Fri Jan 29 15:00:34 2010
@@ -45,9 +45,9 @@
   
   
             <div class="xleft">
-        Last Published: 23 Jun 2008
+        Last Published: 28 Sep 2009
                       </div>
-            <div class="xright">      <a href="../../">WebServices</a>
+            <div class="xright">      <a href="../../../">WebServices</a>
           |
           <a href="http://ws.apache.org/axis2">Axis2/Java</a>
           
@@ -232,29 +232,42 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="b"><td>annogen</td><td>annogen</td><td>0.1.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>backport-util-concurrent</td><td>backport-util-concurrent</td><td>3.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>bouncycastle</td><td>bcprov-jdk15</td><td>132</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-collections</td><td>commons-collections</td><td>3.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-discovery</td><td>commons-discovery</td><td>0.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-fileupload</td><td>
 commons-fileupload</td><td>1.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-httpclient</td><td>commons-httpclient</td><td>3.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>javax.activation</td><td>activation</td><td>1.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>javax.mail</td><td>mail</td><td>1.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>javax.servlet</td><td>servlet-api</td><td>2.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>jaxen</td><td>jaxen</td><td>1.1.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>log4j</td><td>log4j</td><td>1.2.15</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>opensaml</td><td>opensaml</td><td>1.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.ant</td><td>ant-nodeps</td><td>1.7.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.axis2</td><td>addressing</td><td>SNAPSHOT</td><td>-</td><td>mar</td><td> 
 </td></tr><tr class="a"><td>org.apache.axis2</td><td>axis2-adb-codegen</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.axis2</td><td>axis2-codegen</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.axis2</td><td>axis2-kernel</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.axis2</td><td>axis2-mtompolicy</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.axis2</td><td>axis2-xmlbeans</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.axis2</td><td>mex</td><td>SNAPSHOT</td><td>impl</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.httpcomponents</td><td>httpcore</td><td>4.0-beta1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.neethi</td><td>neethi</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.ws.commons.axiom</td><td>axiom-
 api</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.ws.commons.axiom</td><td>axiom-dom</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.ws.commons.axiom</td><td>axiom-impl</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.ws.commons.schema</td><td>XmlSchema</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.ws.security</td><td>wss4j</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.codehaus.woodstox</td><td>wstx-asl</td><td>3.2.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>stax</td><td>stax-api</td><td>1.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>wsdl4j</td><td>wsdl4j</td><td>1.6.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>xerces</td><td>xercesImpl</td><td>2.8.1</td><td>-</td><td>jar</td><td> </td></tr></table></div></div><div class="section"><h2>
 Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th><th>Optional</th></tr><tr class="a"><td>axis</td><td>axis-ant</td><td>1.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>com.ibm.icu</td><td>icu4j</td><td>2.6.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-codec</td><td>commons-codec</td><td>1.3</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>commons-io</td><td>commons-io</td><td>1.4</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>commons-logging</td><td>commons-logging</td><td>1.1.1</td><td>-</
 td><td>jar</td><td> </td></tr><tr class="b"><td>dom4j</td><td>dom4j</td><td>1.6.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>jdom</td><td>jdom</td><td>1.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>junit</td><td>junit</td><td>3.8.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.ant</td><td>ant</td><td>1.7.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.ant</td><td>ant-launcher</td><td>1.7.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.axis2</td><td>axis2-adb</td><td>SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.geronimo.specs</td><td>geronimo-activation_1.1_spec</td><td>1.0.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.geronimo.specs</td><td>geronimo-javamail_1.4_spec</td><td>1.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.geronimo.specs</td><td>geronimo-stax-api_1.0_spec</td><td>1.0.1</td
 ><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.geronimo.specs</td><td>geronimo-ws-metadata_2.0_spec</td><td>1.1.2</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.santuario</td><td>xmlsec</td><td>1.4.1</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.woden</td><td>woden-api</td><td>1.0-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>org.apache.woden</td><td>woden-impl-dom</td><td>1.0-SNAPSHOT</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>org.apache.xmlbeans</td><td>xmlbeans</td><td>2.3.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>xalan</td><td>xalan</td><td>2.7.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>xerces</td><td>xmlParserAPIs</td><td>2.6.0</td><td>-</td><td>jar</td><td> </td></tr><tr class="b"><td>xml-apis</td><td>xml-apis</td><td>1.3.04</td><td>-</td><td>jar</td><td> </td></tr><tr class="a"><td>xom</td><td>xom</td><td>1.0</td><td>-</td><td>j
 ar</td><td> </td></tr></table></div></div><div class="section"><h2>Project Dependency Graph</h2><div class="section"><h3>Dependency Tree</h3><p><ul><li><a href="#org.apache.rampart:rampart-documentaion:pom">org.apache.rampart:rampart-documentaion:pom</a><ul><li><a href="#org.apache.axis2:mex:jar:impl">org.apache.axis2:mex:jar:impl</a><ul><li><a href="#commons-io:commons-io:jar">commons-io:commons-io:jar</a></li><li><a href="#org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar">org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar</a></li></ul></li><li><a href="#javax.activation:activation:jar">javax.activation:activation:jar</a></li><li><a href="#javax.servlet:servlet-api:jar">javax.servlet:servlet-api:jar</a></li><li><a href="#commons-collections:commons-collections:jar">commons-collections:commons-collections:jar</a></li><li><a href="#javax.mail:mail:jar">javax.mail:mail:jar</a></li><li><a href="#wsdl4j:wsdl4j:jar">wsdl4j:wsdl4j:jar</a></li><li><a href="#org.apache
 .ws.commons.axiom:axiom-dom:jar">org.apache.ws.commons.axiom:axiom-dom:jar</a><ul><li><a href="#org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar">org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar</a></li><li><a href="#org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar">org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar</a></li></ul></li><li><a href="#stax:stax-api:jar">stax:stax-api:jar</a></li><li><a href="#org.apache.ws.commons.schema:XmlSchema:jar">org.apache.ws.commons.schema:XmlSchema:jar</a></li><li><a href="#opensaml:opensaml:jar">opensaml:opensaml:jar</a></li><li><a href="#org.apache.ant:ant-nodeps:jar">org.apache.ant:ant-nodeps:jar</a><ul><li><a href="#org.apache.ant:ant:jar">org.apache.ant:ant:jar</a></li></ul></li><li><a href="#org.apache.axis2:addressing:mar">org.apache.axis2:addressing:mar</a></li><li><a href="#org.codehaus.woodstox:wstx-asl:jar">org.codehaus.woodstox:wstx-asl:jar</a></li><li><a href="#commons-fileupload:commons-fi
 leupload:jar">commons-fileupload:commons-fileupload:jar</a></li><li><a href="#commons-httpclient:commons-httpclient:jar">commons-httpclient:commons-httpclient:jar</a><ul><li><a href="#commons-codec:commons-codec:jar">commons-codec:commons-codec:jar</a></li></ul></li><li><a href="#org.apache.axis2:axis2-mtompolicy:jar">org.apache.axis2:axis2-mtompolicy:jar</a></li><li><a href="#org.apache.axis2:axis2-codegen:jar">org.apache.axis2:axis2-codegen:jar</a><ul><li><a href="#org.apache.axis2:axis2-adb:jar">org.apache.axis2:axis2-adb:jar</a></li></ul></li><li><a href="#org.apache.axis2:axis2-xmlbeans:jar">org.apache.axis2:axis2-xmlbeans:jar</a><ul><li><a href="#org.apache.xmlbeans:xmlbeans:jar">org.apache.xmlbeans:xmlbeans:jar</a></li><li><a href="#org.apache.ant:ant-launcher:jar">org.apache.ant:ant-launcher:jar</a></li></ul></li><li><a href="#org.apache.httpcomponents:httpcore:jar">org.apache.httpcomponents:httpcore:jar</a></li><li><a href="#jaxen:jaxen:jar">jaxen:jaxen:jar</a><ul><
 li><a href="#dom4j:dom4j:jar">dom4j:dom4j:jar</a></li><li><a href="#jdom:jdom:jar">jdom:jdom:jar</a></li><li><a href="#xom:xom:jar">xom:xom:jar</a><ul><li><a href="#xerces:xmlParserAPIs:jar">xerces:xmlParserAPIs:jar</a></li><li><a href="#xalan:xalan:jar">xalan:xalan:jar</a></li><li><a href="#com.ibm.icu:icu4j:jar">com.ibm.icu:icu4j:jar</a></li></ul></li></ul></li><li><a href="#backport-util-concurrent:backport-util-concurrent:jar">backport-util-concurrent:backport-util-concurrent:jar</a></li><li><a href="#org.apache.ws.security:wss4j:jar">org.apache.ws.security:wss4j:jar</a><ul><li><a href="#junit:junit:jar">junit:junit:jar</a></li><li><a href="#axis:axis-ant:jar">axis:axis-ant:jar</a></li><li><a href="#org.apache.santuario:xmlsec:jar">org.apache.santuario:xmlsec:jar</a></li></ul></li><li><a href="#org.apache.neethi:neethi:jar">org.apache.neethi:neethi:jar</a></li><li><a href="#log4j:log4j:jar">log4j:log4j:jar</a></li><li><a href="#org.apache.ws.commons.axiom:axiom-impl:jar"
 >org.apache.ws.commons.axiom:axiom-impl:jar</a></li><li><a href="#xerces:xercesImpl:jar">xerces:xercesImpl:jar</a><ul><li><a href="#xml-apis:xml-apis:jar">xml-apis:xml-apis:jar</a></li></ul></li><li><a href="#bouncycastle:bcprov-jdk15:jar">bouncycastle:bcprov-jdk15:jar</a></li><li><a href="#org.apache.axis2:axis2-adb-codegen:jar">org.apache.axis2:axis2-adb-codegen:jar</a></li><li><a href="#annogen:annogen:jar">annogen:annogen:jar</a></li><li><a href="#commons-discovery:commons-discovery:jar">commons-discovery:commons-discovery:jar</a><ul><li><a href="#commons-logging:commons-logging:jar">commons-logging:commons-logging:jar</a></li></ul></li><li><a href="#org.apache.ws.commons.axiom:axiom-api:jar">org.apache.ws.commons.axiom:axiom-api:jar</a></li><li><a href="#org.apache.axis2:axis2-kernel:jar">org.apache.axis2:axis2-kernel:jar</a><ul><li><a href="#org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar">org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar</a></li>
 <li><a href="#org.apache.woden:woden-api:jar">org.apache.woden:woden-api:jar</a></li><li><a href="#org.apache.woden:woden-impl-dom:jar">org.apache.woden:woden-impl-dom:jar</a></li></ul></li></ul></li></ul></p></div><div class="section"><h3>Dependency Listings</h3><p><a name="org.apache.rampart:rampart-documentaion:pom"><b>Rampart - Documentation</b></a></p><p>WS-Security, WS-Trust and WS-SecureConversation implementaion for Apache
-        Axis2</p><p><a href="http://ws.apache.org/rampart/rampart-documentaion">http://ws.apache.org/rampart/rampart-documentaion</a></p><p><a name="org.apache.axis2:mex:jar:impl"><b>Apache Axis2 - MEX</b></a></p><p>WS-Metadata Exchange implementation</p><p><a href="http://ws.apache.org/axis2/mex">http://ws.apache.org/axis2/mex</a></p><p><a name="commons-io:commons-io:jar"><b>Commons IO</b></a></p><p>Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.</p><p><a href="http://commons.apache.org/io/">http://commons.apache.org/io/</a></p><p><a name="org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar"><b>Streaming API for XML (STAX API 1.0)</b></a></p><p>Provides open-source implementations of Sun specifications.</p><p><a href="http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec">http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec</a></p><p><a name="javax.activation:activation:jar"><b>JavaBeans Activ
 ation Framework (JAF)</b></a></p><p>JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).</p><p><a href="http://java.sun.com/products/javabeans/jaf/index.jsp">http://java.sun.com/products/javabeans/jaf/index.jsp</a></p><p><a name="javax.servlet:servlet-api:jar"><b>Unnamed - javax.servlet:servlet-api:jar:2.3</b></a></p><p><a name="commons-collections:commons-collections:jar"><b>Unnamed - commons-collections:commons-collections:jar:3.1</b></a></p><p>Types that extend and augment the Java Collections Framework.</p><p><a name="javax.mail:mail:jar"><b>JavaMail API</b></a></p><p>The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.</p><p><a href="htt
 ps://glassfish.dev.java.net/javaee5/mail/">https://glassfish.dev.java.net/javaee5/mail/</a></p><p><a name="wsdl4j:wsdl4j:jar"><b>Unnamed - wsdl4j:wsdl4j:jar:1.6.2</b></a></p><p><a name="org.apache.ws.commons.axiom:axiom-dom:jar"><b>Axiom DOM</b></a></p><p>The Axiom DOM implementation.</p><p><a href="http://ws.apache.org/commons/axiom/modules/axiom-dom">http://ws.apache.org/commons/axiom/modules/axiom-dom</a></p><p><a name="org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar"><b>Activation 1.1</b></a></p><p>Provides open-source implementations of Sun specifications.</p><p><a href="http://geronimo.apache.org/specs/geronimo-activation_1.1_spec">http://geronimo.apache.org/specs/geronimo-activation_1.1_spec</a></p><p><a name="org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar"><b>JavaMail 1.4</b></a></p><p>Provides open-source implementations of Sun specifications.</p><p><a href="http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec">http://geronimo.apache.org/
 specs/geronimo-javamail_1.4_spec</a></p><p><a name="stax:stax-api:jar"><b>StAX API</b></a></p><p>StAX API is the standard java XML processing API defined by JSR-173</p><p><a href="http://stax.codehaus.org/">http://stax.codehaus.org/</a></p><p><a name="org.apache.ws.commons.schema:XmlSchema:jar"><b>XmlSchema</b></a></p><p>Commons XMLSchema is a light weight schema object model that can be used to manipualte or
-        generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project
-        since it has almost no dependancies on third party libraries.</p><p><a href="http://ws.apache.org/commons/XmlSchema">http://ws.apache.org/commons/XmlSchema</a></p><p><a name="opensaml:opensaml:jar"><b>Unnamed - opensaml:opensaml:pom:1.1</b></a></p><p><a name="org.apache.ant:ant-nodeps:jar"><b>Unnamed - org.apache.ant:ant-nodeps:jar:1.7.0</b></a></p><p>contains all the optional tasks and types which do not have particular dependencies</p><p><a href="http://ant.apache.org/ant-nodeps">http://ant.apache.org/ant-nodeps</a></p><p><a name="org.apache.ant:ant:jar"><b>org.apache.tools.ant</b></a></p><p>Apache Ant</p><p><a href="http://ant.apache.org/ant">http://ant.apache.org/ant</a></p><p><a name="org.apache.axis2:addressing:mar"><b>Apache Axis2 - Addressing</b></a></p><p>WS-Addressing implementation</p><p><a href="http://ws.apache.org/axis2/addressing">http://ws.apache.org/axis2/addressing</a></p><p><a name="org.codehaus.woodstox:wstx-asl:jar"><b>Woodstox</b></a></p><p>Wood
 stox is a high-performance XML processor that implements Stax (JSR-173) API</p><p><a href="http://woodstox.codehaus.org">http://woodstox.codehaus.org</a></p><p><a name="commons-fileupload:commons-fileupload:jar"><b>FileUpload</b></a></p><p>The FileUpload component provides a simple yet flexible means of adding support for multipart
-    file upload functionality to servlets and web applications.</p><p><a href="http://jakarta.apache.org/commons/fileupload/">http://jakarta.apache.org/commons/fileupload/</a></p><p><a name="commons-httpclient:commons-httpclient:jar"><b>HttpClient</b></a></p><p>The HttpClient  component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.</p><p><a href="http://jakarta.apache.org/httpcomponents/httpclient-3.x/">http://jakarta.apache.org/httpcomponents/httpclient-3.x/</a></p><p><a name="commons-codec:commons-codec:jar"><b>Codec</b></a></p><p>The codec package contains simple encoder and decoders for
+        <div class="section"><h2>Project Dependencies</h2><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Classifier</th><th>Type</th></tr><tr class="b"><td>bouncycastle</td><td><a href="http://www.bouncycastle.org/java.html">bcprov-jdk15</a></td><td>140</td><td>-</td><td>jar</td></tr><tr class="a"><td>opensaml</td><td>opensaml</td><td>1.1</td><td>-</td><td>jar</td></tr><tr class="b"><td>org.apache.axis2</td><td><a href="http://ws.apache.org/axis2/addressing">addressing</a></td><td>1.5</td><td>-</td><td>mar</td></tr><tr class="a"><td>org.apache.axis2</td><td><a href="http://ws.apache.org/axis2/axis2-kernel">axis2-kernel</a></td><td>1.5</td><td>-</td><td>jar</td></tr><tr class="b"><td>org.apache.axis2</td><td><a href="http://ws.apache.org/axis2/axis2-mtompo
 licy">axis2-mtompolicy</a></td><td>1.5</td><td>-</td><td>jar</td></tr><tr class="a"><td>org.apache.axis2</td><td><a href="http://ws.apache.org/axis2/mex">mex</a></td><td>1.5</td><td>impl</td><td>jar</td></tr><tr class="b"><td>org.apache.santuario</td><td>xmlsec</td><td>1.4.2</td><td>-</td><td>jar</td></tr><tr class="a"><td>org.apache.ws.security</td><td><a href="http://ws.apache.org/wss4j/">wss4j</a></td><td>1.5.8</td><td>-</td><td>jar</td></tr><tr class="b"><td>org.opensaml</td><td><a href="https://opensaml.org/">opensaml</a></td><td>2.2.3</td><td>-</td><td>jar</td></tr><tr class="a"><td>org.slf4j</td><td><a href="http://www.slf4j.org">slf4j-jdk14</a></td><td>1.5.2</td><td>-</td><td>jar</td></tr></table></div><div class="section"><h3>test</h3><p>The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>
 Version</th><th>Type</th></tr><tr class="a"><td>junit</td><td><a href="http://junit.org">junit</a></td><td>3.8.2</td><td>jar</td></tr><tr class="b"><td>log4j</td><td><a href="http://logging.apache.org:80/log4j/1.2/">log4j</a></td><td>1.2.15</td><td>jar</td></tr></table></div></div><div class="section"><h2>Project Transitive Dependencies</h2><p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><div class="section"><h3>compile</h3><p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p><table class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th></tr><tr class="b"><td>commons-codec</td><td>commons-codec</td><td>1.2</td><td>jar</td></tr><tr class="a"><td>commons-collections</td><td>commons-collections</td><td>3.1</td><td>jar</td></tr><tr class="b"><td>commons-
 fileupload</td><td><a href="http://jakarta.apache.org/commons/fileupload/">commons-fileupload</a></td><td>1.2</td><td>jar</td></tr><tr class="a"><td>commons-httpclient</td><td><a href="http://jakarta.apache.org/httpcomponents/httpclient-3.x/">commons-httpclient</a></td><td>3.1</td><td>jar</td></tr><tr class="b"><td>commons-io</td><td><a href="http://commons.apache.org/io/">commons-io</a></td><td>1.4</td><td>jar</td></tr><tr class="a"><td>commons-lang</td><td>commons-lang</td><td>2.1</td><td>jar</td></tr><tr class="b"><td>commons-logging</td><td><a href="http://commons.apache.org/logging">commons-logging</a></td><td>1.1.1</td><td>jar</td></tr><tr class="a"><td>jargs</td><td>jargs</td><td>1.0</td><td>jar</td></tr><tr class="b"><td>javax.activation</td><td>activation</td><td>1.1</td><td>jar</td></tr><tr class="a"><td>javax.mail</td><td>mail</td><td>1.4</td><td>jar</td></tr><tr class="b"><td>javax.servlet</td><td>servlet-api</td><td>2.3</td><td>jar</td></tr><tr class="a"><td>jax
 en</td><td><a href="http://jaxen.codehaus.org/">jaxen</a></td><td>1.1.1</td><td>jar</td></tr><tr class="b"><td>joda-time</td><td><a href="http://joda-time.sourceforge.net">joda-time</a></td><td>1.5.2</td><td>jar</td></tr><tr class="a"><td>net.jcip</td><td><a href="http://jcip.net/">jcip-annotations</a></td><td>1.0</td><td>jar</td></tr><tr class="b"><td>org.apache.ant</td><td><a href="http://ant.apache.org/ant">ant</a></td><td>1.7.0</td><td>jar</td></tr><tr class="a"><td>org.apache.ant</td><td><a href="http://ant.apache.org/ant-launcher">ant-launcher</a></td><td>1.7.0</td><td>jar</td></tr><tr class="b"><td>org.apache.commons.ssl</td><td>not-yet-commons-ssl</td><td>0.3.9</td><td>jar</td></tr><tr class="a"><td>org.apache.geronimo.specs</td><td><a href="http://geronimo.apache.org/specs/geronimo-activation_1.1_spec">geronimo-activation_1.1_spec</a></td><td>1.0.1</td><td>jar</td></tr><tr class="b"><td>org.apache.geronimo.specs</td><td><a href="http://geronimo.apache.org/specs/gero
 nimo-javamail_1.4_spec">geronimo-javamail_1.4_spec</a></td><td>1.2</td><td>jar</td></tr><tr class="a"><td>org.apache.geronimo.specs</td><td><a href="http://geronimo.apache.org/specs/geronimo-jta_1.1_spec">geronimo-jta_1.1_spec</a></td><td>1.1</td><td>jar</td></tr><tr class="b"><td>org.apache.geronimo.specs</td><td><a href="http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec">geronimo-stax-api_1.0_spec</a></td><td>1.0.1</td><td>jar</td></tr><tr class="a"><td>org.apache.geronimo.specs</td><td><a href="http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec">geronimo-ws-metadata_2.0_spec</a></td><td>1.1.2</td><td>jar</td></tr><tr class="b"><td>org.apache.neethi</td><td><a href="http://ws.apache.org/commons/neethi/">neethi</a></td><td>2.0.4</td><td>jar</td></tr><tr class="a"><td>org.apache.woden</td><td><a href="http://ws.apache.org/woden/woden-api">woden-api</a></td><td>1.0M8</td><td>jar</td></tr><tr class="b"><td>org.apache.woden</td><td><a href="http://ws.apach
 e.org/woden/woden-impl-dom">woden-impl-dom</a></td><td>1.0M8</td><td>jar</td></tr><tr class="a"><td>org.apache.ws.commons.axiom</td><td><a href="http://ws.apache.org/commons/axiom/modules/axiom-api">axiom-api</a></td><td>1.2.8</td><td>jar</td></tr><tr class="b"><td>org.apache.ws.commons.axiom</td><td><a href="http://ws.apache.org/commons/axiom/modules/axiom-dom">axiom-dom</a></td><td>1.2.8</td><td>jar</td></tr><tr class="a"><td>org.apache.ws.commons.axiom</td><td><a href="http://ws.apache.org/commons/axiom/modules/axiom-impl">axiom-impl</a></td><td>1.2.8</td><td>jar</td></tr><tr class="b"><td>org.apache.ws.commons.schema</td><td><a href="http://ws.apache.org/commons/XmlSchema">XmlSchema</a></td><td>1.4.3</td><td>jar</td></tr><tr class="a"><td>org.bouncycastle</td><td>bcprov-ext-jdk15</td><td>1.40</td><td>jar</td></tr><tr class="b"><td>org.codehaus.woodstox</td><td><a href="http://woodstox.codehaus.org">wstx-asl</a></td><td>3.2.4</td><td>jar</td></tr><tr class="a"><td>org.ope
 nsaml</td><td><a href="https://opensaml.org/">openws</a></td><td>1.2.2</td><td>jar</td></tr><tr class="b"><td>org.opensaml</td><td><a href="https://opensaml.org/">xmltooling</a></td><td>1.2.0</td><td>jar</td></tr><tr class="a"><td>org.slf4j</td><td><a href="http://www.slf4j.org">jcl-over-slf4j</a></td><td>1.5.5</td><td>jar</td></tr><tr class="b"><td>org.slf4j</td><td><a href="http://www.slf4j.org">log4j-over-slf4j</a></td><td>1.5.5</td><td>jar</td></tr><tr class="a"><td>org.slf4j</td><td><a href="http://www.slf4j.org">slf4j-api</a></td><td>1.5.2</td><td>jar</td></tr><tr class="b"><td>velocity</td><td><a href="http://velocity.apache.org/engine/releases/velocity-1.5/">velocity</a></td><td>1.5</td><td>jar</td></tr><tr class="a"><td>wsdl4j</td><td>wsdl4j</td><td>1.6.2</td><td>jar</td></tr><tr class="b"><td>xalan</td><td>xalan</td><td>2.7.0</td><td>jar</td></tr><tr class="a"><td>xerces</td><td>xmlParserAPIs</td><td>2.6.0</td><td>jar</td></tr></table></div><div class="section"><h3
 >runtime</h3><p>The following is a list of runtime dependencies for this project. These dependencies are required to run the application:</p><table class="bodyTable"><tr class="b"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th></tr><tr class="a"><td>org.apache.xalan</td><td>xalan</td><td>2.7.1</td><td>jar</td></tr><tr class="b"><td>org.apache.xerces</td><td>resolver</td><td>2.9.1</td><td>jar</td></tr><tr class="a"><td>org.apache.xerces</td><td>serializer</td><td>2.9.1</td><td>jar</td></tr><tr class="b"><td>org.apache.xerces</td><td>xercesImpl</td><td>2.9.1</td><td>jar</td></tr><tr class="a"><td>org.apache.xerces</td><td>xml-apis</td><td>2.9.1</td><td>jar</td></tr></table></div></div><div class="section"><h2>Project Dependency Graph</h2><script language="javascript" type="text/javascript">
+      function toggleDependencyDetail( divId, imgId )
+      {
+        var div = document.getElementById( divId );
+        var img = document.getElementById( imgId );
+        if( div.style.display == '' )
+        {
+          div.style.display = 'none';
+          img.src='./images/icon_info_sml.gif';
+        }
+        else
+        {
+          div.style.display = '';
+          img.src='./images/close.gif';
+        }
+      }
+</script>
+<div class="section"><h3>Dependency Tree</h3><ul><li>org.apache.rampart:rampart-documentaion:pom:1.5 <img id="_119422624" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1901256120', '_119422624' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1901256120" style="display:none"><table class="bodyTable"><tr class="b"><th>Rampart - Documentation</th></tr><tr class="a"><td><p><b>Description: </b>WS-Security, WS-Trust and WS-SecureConversation implementaion for Apache Axis2</p><p><b>URL: </b><a href="http://ws.apache.org/rampart/modules/rampart-documentaion">http://ws.apache.org/rampart/modules/rampart-documentaion</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.axis2:axis2-kernel:jar:1.5 (compile) <img id="_830369587" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_98
 8809416', '_830369587' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_988809416" style="display:none"><table class="bodyTable"><tr class="b"><th>Apache Axis2 - Kernel</th></tr><tr class="a"><td><p><b>Description: </b>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</p><p><b>URL: </b><a href="http://ws.apache.org/axis2/axis2-kernel">http://ws.apache.org/axis2/axis2-kernel</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.ws.commons.axiom:axiom-api:jar:1.2.8 (compile) <img id="_1571321764" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1908641273', '_1571321764' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1908641273" style="display:none"><table class="bodyTable"><tr class="b"><th>Axiom API</th></tr><tr class="a"><
 td><p><b>Description: </b>The Axiom API</p><p><b>URL: </b><a href="http://ws.apache.org/commons/axiom/modules/axiom-api">http://ws.apache.org/commons/axiom/modules/axiom-api</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 (compile) <img id="_830956996" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_844294622', '_830956996' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_844294622" style="display:none"><table class="bodyTable"><tr class="b"><th>Activation 1.1</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-activation_1.1_spec">http://geronimo.apache.org/specs/geronimo-activation_1.1_spec</a></p><p><b>
 Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 (compile) <img id="_1987521972" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_439923928', '_1987521972' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_439923928" style="display:none"><table class="bodyTable"><tr class="b"><th>JavaMail 1.4</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec">http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>commons-logging:commons-logging:jar
 :1.1.1 (compile) <img id="_1028191910" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_437928377', '_1028191910' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_437928377" style="display:none"><table class="bodyTable"><tr class="b"><th>Commons Logging</th></tr><tr class="a"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><b>URL: </b><a href="http://commons.apache.org/logging">http://commons.apache.org/logging</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>jaxen:jaxen:jar:1.1.1 (compile) <img id="_724945570" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_556187647', '_724945570' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_556187647" style="display:none"><table class="bodyTable"><tr class="b"><th>jaxen</th></tr><tr class="a"><td><p><b>Description: </b>Jaxen is a universal Java XPath engine.</p><p><b>URL: </b><a href="http://jaxen.codehaus.org/">http://jaxen.codehaus.org/</a></p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 (compile) <img id="
 _752057614" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_44650962', '_752057614' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_44650962" style="display:none"><table class="bodyTable"><tr class="b"><th>Streaming API for XML (STAX API 1.0)</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec">http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>org.apache.ws.commons.axiom:axiom-impl:jar:1.2.8 (compile) <img id="_696917144" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1751449048', '_696917144' );" style="cursor: pointer;vertical-align:text-botto
 m;"></img><div id="_1751449048" style="display:none"><table class="bodyTable"><tr class="b"><th>Axiom Impl</th></tr><tr class="a"><td><p><b>Description: </b>The Axiom default implementation.</p><p><b>URL: </b><a href="http://ws.apache.org/commons/axiom/modules/axiom-impl">http://ws.apache.org/commons/axiom/modules/axiom-impl</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.ws.commons.axiom:axiom-api:jar:1.2.8 (compile) <img id="_944663879" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1086448540', '_944663879' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1086448540" style="display:none"><table class="bodyTable"><tr class="b"><th>Axiom API</th></tr><tr class="a"><td><p><b>Description: </b>The Axiom API</p><p><b>URL: </b><a href="http://ws.apache.org/commons/axiom/modules/axiom-ap
 i">http://ws.apache.org/commons/axiom/modules/axiom-api</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 (compile) <img id="_313259301" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2038476336', '_313259301' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2038476336" style="display:none"><table class="bodyTable"><tr class="b"><th>Activation 1.1</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-activation_1.1_spec">http://geronimo.apache.org/specs/geronimo-activation_1.1_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 
 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 (compile) <img id="_1954440849" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1042402011', '_1954440849' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1042402011" style="display:none"><table class="bodyTable"><tr class="b"><th>JavaMail 1.4</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec">http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.codehaus.woodstox:wstx-asl:jar:3.2.4 (compile) <img id="_749284773" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependency
 Detail( '_1087903586', '_749284773' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1087903586" style="display:none"><table class="bodyTable"><tr class="b"><th>Woodstox</th></tr><tr class="a"><td><p><b>Description: </b>Woodstox is a high-performance XML processor that implements Stax (JSR-173) API</p><p><b>URL: </b><a href="http://woodstox.codehaus.org">http://woodstox.codehaus.org</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>commons-logging:commons-logging:jar:1.1.1 (compile) <img id="_1251752632" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_148479088', '_1251752632' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_148479088" style="display:none"><table class="bodyTable"><tr class="b"><th>Commons Logging</th></tr><tr class="a"><td><p><b>Description: </b>Commons L
 ogging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><b>URL: </b><a href="http://commons.apache.org/logging">http://commons.apache.org/logging</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 (compile) <img id="_973274121" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1769861446', '_973274121' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1769861446" style="display:none"><table class="bodyTable"><tr class="b"><th>Streaming API for XML (STAX API 1.0)</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec">http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec</a></p><p><b>Project License: </b><a hre
 f="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>org.apache.ws.commons.axiom:axiom-dom:jar:1.2.8 (compile) <img id="_1078823482" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1383516801', '_1078823482' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1383516801" style="display:none"><table class="bodyTable"><tr class="b"><th>Axiom DOM</th></tr><tr class="a"><td><p><b>Description: </b>The Axiom DOM implementation.</p><p><b>URL: </b><a href="http://ws.apache.org/commons/axiom/modules/axiom-dom">http://ws.apache.org/commons/axiom/modules/axiom-dom</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.ws.commons.axiom:axiom-api:jar:1.2.8 (compile) <img id="_174944526" src="./images/icon_info_sml.gif"
  alt="Information" onclick="toggleDependencyDetail( '_1912796103', '_174944526' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1912796103" style="display:none"><table class="bodyTable"><tr class="b"><th>Axiom API</th></tr><tr class="a"><td><p><b>Description: </b>The Axiom API</p><p><b>URL: </b><a href="http://ws.apache.org/commons/axiom/modules/axiom-api">http://ws.apache.org/commons/axiom/modules/axiom-api</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.1 (compile) <img id="_564190656" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_961532364', '_564190656' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_961532364" style="display:none"><table class="bodyTable"><tr class="b"><th>Activation 1.1</th></tr><tr
  class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-activation_1.1_spec">http://geronimo.apache.org/specs/geronimo-activation_1.1_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.2 (compile) <img id="_2086240750" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1377013068', '_2086240750' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1377013068" style="display:none"><table class="bodyTable"><tr class="b"><th>JavaMail 1.4</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-javamail_1.4_spec">ht
 tp://geronimo.apache.org/specs/geronimo-javamail_1.4_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.codehaus.woodstox:wstx-asl:jar:3.2.4 (compile) <img id="_1646868182" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_368520592', '_1646868182' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_368520592" style="display:none"><table class="bodyTable"><tr class="b"><th>Woodstox</th></tr><tr class="a"><td><p><b>Description: </b>Woodstox is a high-performance XML processor that implements Stax (JSR-173) API</p><p><b>URL: </b><a href="http://woodstox.codehaus.org">http://woodstox.codehaus.org</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>commons-logging:commons-loggin
 g:jar:1.1.1 (compile) <img id="_304880548" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_629905755', '_304880548' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_629905755" style="display:none"><table class="bodyTable"><tr class="b"><th>Commons Logging</th></tr><tr class="a"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><b>URL: </b><a href="http://commons.apache.org/logging">http://commons.apache.org/logging</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 (compile) <img id="_785753585" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_652090153', '_785753585' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_652090153" style="display:none"><table class="bodyTable"><tr class="b"><th>Streaming API for XML (STAX API 1.0)</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec">http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec</a></p><p><b>Project License: </b><a href=
 "http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.2 (compile) <img id="_1678557507" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1061569064', '_1678557507' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1061569064" style="display:none"><table class="bodyTable"><tr class="b"><th>Web Services Metadata 2.0</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec">http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.geronimo.specs:ge
 ronimo-jta_1.1_spec:jar:1.1 (compile) <img id="_145885523" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2059852285', '_145885523' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2059852285" style="display:none"><table class="bodyTable"><tr class="b"><th>JTA 1.1</th></tr><tr class="a"><td><p><b>Description: </b>Provides open-source implementations of Sun specifications.</p><p><b>URL: </b><a href="http://geronimo.apache.org/specs/geronimo-jta_1.1_spec">http://geronimo.apache.org/specs/geronimo-jta_1.1_spec</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>javax.servlet:servlet-api:jar:2.3 (compile) <img id="_809772902" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_29646722', '_809772902' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div 
 id="_29646722" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - javax.servlet:servlet-api:jar:2.3</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>commons-httpclient:commons-httpclient:jar:3.1 (compile) <img id="_535116010" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1442496685', '_535116010' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1442496685" style="display:none"><table class="bodyTable"><tr class="b"><th>HttpClient</th></tr><tr class="a"><td><p><b>Description: </b>The HttpClient  component supports the client-side of RFC 1945 (HTTP/1.0)  and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request 
 types (methods) or HTTP extensions can be created easily.</p><p><b>URL: </b><a href="http://jakarta.apache.org/httpcomponents/httpclient-3.x/">http://jakarta.apache.org/httpcomponents/httpclient-3.x/</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License</a></p></td></tr></table></div><ul><li>commons-codec:commons-codec:jar:1.2 (compile) <img id="_56350101" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1035269646', '_56350101' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1035269646" style="display:none"><table class="bodyTable"><tr class="b"><th>Codec</th></tr><tr class="a"><td><p><b>Description: </b>The codec package contains simple encoder and decoders for
    various formats such as Base64 and Hexadecimal.  In addition to these
    widely used encoders and decoders, the codec package also maintains a
-   collection of phonetic encoding utilities.</p><p><a href="http://jakarta.apache.org/commons/codec/">http://jakarta.apache.org/commons/codec/</a></p><p><a name="org.apache.axis2:axis2-mtompolicy:jar"><b>Apache Axis2 - MTOM Policy</b></a></p><p>Axis2 : MTOM Policy</p><p><a href="http://ws.apache.org/axis2/axis2-mtompolicy">http://ws.apache.org/axis2/axis2-mtompolicy</a></p><p><a name="org.apache.axis2:axis2-codegen:jar"><b>Apache Axis2 - Code Generation</b></a></p><p>Axis2 Code Generation module</p><p><a href="http://ws.apache.org/axis2/axis2-codegen">http://ws.apache.org/axis2/axis2-codegen</a></p><p><a name="org.apache.axis2:axis2-adb:jar"><b>Apache Axis2 - Data Binding</b></a></p><p>Axis2 Data Binding module</p><p><a href="http://ws.apache.org/axis2/axis2-adb">http://ws.apache.org/axis2/axis2-adb</a></p><p><a name="org.apache.axis2:axis2-xmlbeans:jar"><b>Apache Axis2 - XMLBeans Data Binding</b></a></p><p>XMLBeans data binding support for Axis2</p><p><a href="http://ws.ap
 ache.org/axis2/axis2-xmlbeans">http://ws.apache.org/axis2/axis2-xmlbeans</a></p><p><a name="org.apache.xmlbeans:xmlbeans:jar"><b>XmlBeans</b></a></p><p>XmlBeans main jar</p><p><a href="http://xmlbeans.apache.org">http://xmlbeans.apache.org</a></p><p><a name="org.apache.ant:ant-launcher:jar"><b>Unnamed - org.apache.ant:ant-launcher:jar:1.7.0</b></a></p><p>master POM</p><p><a href="http://ant.apache.org/ant-launcher">http://ant.apache.org/ant-launcher</a></p><p><a name="org.apache.httpcomponents:httpcore:jar"><b>HttpCore (base module)</b></a></p><p>HttpComponents Core (Java 1.3 compatible)</p><p><a href="http://hc.apache.org/httpcomponents-core/">http://hc.apache.org/httpcomponents-core/</a></p><p><a name="jaxen:jaxen:jar"><b>jaxen</b></a></p><p>Jaxen is a universal Java XPath engine.</p><p><a href="http://jaxen.codehaus.org/">http://jaxen.codehaus.org/</a></p><p><a name="dom4j:dom4j:jar"><b>dom4j</b></a></p><p>dom4j: the flexible XML framework for Java</p><p><a href="http://d
 om4j.org">http://dom4j.org</a></p><p><a name="jdom:jdom:jar"><b>Unnamed - jdom:jdom:jar:1.0</b></a></p><p><a name="xom:xom:jar"><b>xom</b></a></p><p><a href="http://www.xom.nu">http://www.xom.nu</a></p><p><a name="xerces:xmlParserAPIs:jar"><b>Unnamed - xerces:xmlParserAPIs:jar:2.6.0</b></a></p><p><a name="xalan:xalan:jar"><b>Unnamed - xalan:xalan:jar:2.7.0</b></a></p><p><a name="com.ibm.icu:icu4j:jar"><b>Unnamed - com.ibm.icu:icu4j:jar:2.6.1</b></a></p><p><a name="backport-util-concurrent:backport-util-concurrent:jar"><b>Backport of JSR 166</b></a></p><p>Dawid Kurzyniec's backport of JSR 166</p><p><a href="http://backport-jsr166.sourceforge.net/">http://backport-jsr166.sourceforge.net/</a></p><p><a name="org.apache.ws.security:wss4j:jar"><b>WSS4J</b></a></p><p>Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at 
-    OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and 
-    verify SOAP Messages with WS-Security information. WSS4J will use Apache Axis and Apache XML-Security 
-    projects and will be interoperable with JAX-RPC based server/clients and .NET server/clients.</p><p><a href="http://ws.apache.org/wss4j/">http://ws.apache.org/wss4j/</a></p><p><a name="junit:junit:jar"><b>JUnit</b></a></p><p>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><a href="http://junit.org">http://junit.org</a></p><p><a name="axis:axis-ant:jar"><b>Unnamed - axis:axis-ant:pom:1.4</b></a></p><p><a name="org.apache.santuario:xmlsec:jar"><b>Unnamed - org.apache.santuario:xmlsec:pom:1.4.1</b></a></p><p><a name="org.apache.neethi:neethi:jar"><b>Neethi</b></a></p><p>Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requirements and capab
 ilities.</p><p><a href="http://ws.apache.org/commons/neethi/">http://ws.apache.org/commons/neethi/</a></p><p><a name="log4j:log4j:jar"><b>Apache Log4j</b></a></p><p>Apache Log4j 1.2</p><p><a href="http://logging.apache.org:80/log4j/1.2/">http://logging.apache.org:80/log4j/1.2/</a></p><p><a name="org.apache.ws.commons.axiom:axiom-impl:jar"><b>Axiom Impl</b></a></p><p>The Axiom default implementation.</p><p><a href="http://ws.apache.org/commons/axiom/modules/axiom-impl">http://ws.apache.org/commons/axiom/modules/axiom-impl</a></p><p><a name="xerces:xercesImpl:jar"><b>Xerces2 Java Parser</b></a></p><p>Xerces2 is the next generation of high performance, fully
-		compliant XML parsers in the Apache Xerces family. This new
-		version of Xerces introduces the Xerces Native Interface (XNI),
-		a complete framework for building parser components and
-		configurations that is extremely modular and easy to program.</p><p><a href="http://xerces.apache.org/xerces2-j/">http://xerces.apache.org/xerces2-j/</a></p><p><a name="xml-apis:xml-apis:jar"><b>XML Commons External Components XML APIs</b></a></p><p>xml-commons provides an Apache-hosted set of DOM, SAX, and 
-    JAXP interfaces for use in other xml-based projects. Our hope is that we 
-    can standardize on both a common version and packaging scheme for these 
-    critical XML standards interfaces to make the lives of both our developers 
-    and users easier. The External Components portion of xml-commons contains 
-    interfaces that are defined by external standards organizations. For DOM, 
-    that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for 
-    JAXP it's Sun.</p><p><a href="http://xml.apache.org/commons/components/external/">http://xml.apache.org/commons/components/external/</a></p><p><a name="bouncycastle:bcprov-jdk15:jar"><b>Unnamed - bouncycastle:bcprov-jdk15:pom:132</b></a></p><p><a name="org.apache.axis2:axis2-adb-codegen:jar"><b>Apache Axis2 - ADB Codegen</b></a></p><p>ADB code generation support for Axis2</p><p><a href="http://ws.apache.org/axis2/axis2-adb-codegen">http://ws.apache.org/axis2/axis2-adb-codegen</a></p><p><a name="annogen:annogen:jar"><b>Unnamed - annogen:annogen:jar:0.1.0</b></a></p><p><a name="commons-discovery:commons-discovery:jar"><b>Discovery</b></a></p><p>Commons Discovery</p><p><a name="commons-logging:commons-logging:jar"><b>Commons Logging</b></a></p><p>Commons Logging is a thin adapter allowing configurable bridging to other,
-    well known logging systems.</p><p><a href="http://commons.apache.org/logging">http://commons.apache.org/logging</a></p><p><a name="org.apache.ws.commons.axiom:axiom-api:jar"><b>Axiom API</b></a></p><p>The Axiom API</p><p><a href="http://ws.apache.org/commons/axiom/modules/axiom-api">http://ws.apache.org/commons/axiom/modules/axiom-api</a></p><p><a name="org.apache.axis2:axis2-kernel:jar"><b>Apache Axis2 - Kernel</b></a></p><p>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</p><p><a href="http://ws.apache.org/axis2/axis2-kernel">http://ws.apache.org/axis2/axis2-kernel</a></p><p><a name="org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar"><b>Web Services Metadata 2.0</b></a></p><p>Provides open-source implementations of Sun specifications.</p><p><a href="http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec">http://geronimo.apache.org/specs/geronimo-ws-metadata_2.0_spec</a></p><p><a name="org.apache.woden:woden
 -api:jar"><b>Woden - API</b></a></p><p>The Woden project is a subproject of the Apache Web Services Project to
+   collection of phonetic encoding utilities.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li></ul></li><li>commons-fileupload:commons-fileupload:jar:1.2 (compile) <img id="_1902359162" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_610944398', '_1902359162' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_610944398" style="display:none"><table class="bodyTable"><tr class="b"><th>FileUpload</th></tr><tr class="a"><td><p><b>Description: </b>The FileUpload component provides a simple yet flexible means of adding support for multipart
+    file upload functionality to servlets and web applications.</p><p><b>URL: </b><a href="http://jakarta.apache.org/commons/fileupload/">http://jakarta.apache.org/commons/fileupload/</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>wsdl4j:wsdl4j:jar:1.6.2 (compile) <img id="_1114763592" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_719959028', '_1114763592' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_719959028" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - wsdl4j:wsdl4j:jar:1.6.2</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>org.apache.ws.commons.schema:XmlSchema:jar:1.4.3 (compil
 e) <img id="_1198179571" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1078006875', '_1198179571' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1078006875" style="display:none"><table class="bodyTable"><tr class="b"><th>XmlSchema</th></tr><tr class="a"><td><p><b>Description: </b>Commons XMLSchema is a light weight schema object model that can be used to manipulate or
+        generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project
+        since it has almost no dependencies on third party libraries.</p><p><b>URL: </b><a href="http://ws.apache.org/commons/XmlSchema">http://ws.apache.org/commons/XmlSchema</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.neethi:neethi:jar:2.0.4 (compile) <img id="_839128985" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1263798351', '_839128985' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1263798351" style="display:none"><table class="bodyTable"><tr class="b"><th>Neethi</th></tr><tr class="a"><td><p><b>Description: </b>Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Pol
 icy as a way of expressing it's requirements and capabilities.</p><p><b>URL: </b><a href="http://ws.apache.org/commons/neethi/">http://ws.apache.org/commons/neethi/</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>wsdl4j:wsdl4j:jar:1.6.2 (compile) <img id="_208049702" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1108370592', '_208049702' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1108370592" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - wsdl4j:wsdl4j:jar:1.6.2</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>org.codehaus.woodstox:wstx-asl:jar:3.2.4 (compile) <img id="_1940555968" src
 ="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1098779854', '_1940555968' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1098779854" style="display:none"><table class="bodyTable"><tr class="b"><th>Woodstox</th></tr><tr class="a"><td><p><b>Description: </b>Woodstox is a high-performance XML processor that implements Stax (JSR-173) API</p><p><b>URL: </b><a href="http://woodstox.codehaus.org">http://woodstox.codehaus.org</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>commons-logging:commons-logging:jar:1.1.1 (compile) <img id="_1959680608" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_652465172', '_1959680608' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_652465172" style="display:none"><table class="bodyTable"><tr class="b"><th>C
 ommons Logging</th></tr><tr class="a"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,
+    well known logging systems.</p><p><b>URL: </b><a href="http://commons.apache.org/logging">http://commons.apache.org/logging</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>org.apache.woden:woden-api:jar:1.0M8 (compile) <img id="_1274863399" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1076783635', '_1274863399' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1076783635" style="display:none"><table class="bodyTable"><tr class="b"><th>Woden - API</th></tr><tr class="a"><td><p><b>Description: </b>The Woden project is a subproject of the Apache Web Services Project to
+    develop a Java class library for reading, manipulating, creating and writing WSDL documents,
+    initially to support WSDL 2.0 but with the longer term aim of supporting past, present and
+    future versions of WSDL.
+
+    There are two main deliverables: an API and an implementation. The Woden API consists of
+    a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API conforms to the
+    W3C WSDL 2.0 specification. The implementation will be a high performance implementation
+    directly usable in other Apache projects such as Axis2.</p><p><b>URL: </b><a href="http://ws.apache.org/woden/woden-api">http://ws.apache.org/woden/woden-api</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.ant:ant:jar:1.7.0 (compile) <img id="_886274613" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_166170883', '_886274613' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_166170883" style="display:none"><table class="bodyTable"><tr class="b"><th>org.apache.tools.ant</th></tr><tr class="a"><td><p><b>Description: </b>Apache Ant</p><p><b>URL: </b><a href="http://ant.apache.org/ant">http://ant.apache.org/ant</a></p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div><ul><li>org.apache.ant:ant-launcher:jar:1.7.0 (compile) <img id="_1
 215682765" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_672592391', '_1215682765' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_672592391" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - org.apache.ant:ant-launcher:jar:1.7.0</th></tr><tr class="a"><td><p><b>Description: </b>master POM</p><p><b>URL: </b><a href="http://ant.apache.org/ant-launcher">http://ant.apache.org/ant-launcher</a></p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li></ul></li><li>wsdl4j:wsdl4j:jar:1.6.2 (compile) <img id="_993792080" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_478150460', '_993792080' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_478150460" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - wsdl4j:wsdl4j:jar:1.6.2</th></tr><tr class="a"><td><p><b>Desc
 ription: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>xerces:xmlParserAPIs:jar:2.6.0 (compile) <img id="_1346834464" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_991315061', '_1346834464' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_991315061" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - xerces:xmlParserAPIs:jar:2.6.0</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>org.codehaus.woodstox:wstx-asl:jar:3.2.4 (runtime) <img id="_689462455" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2043029989', '_689462455' );" style="cursor: poin
 ter;vertical-align:text-bottom;"></img><div id="_2043029989" style="display:none"><table class="bodyTable"><tr class="b"><th>Woodstox</th></tr><tr class="a"><td><p><b>Description: </b>Woodstox is a high-performance XML processor that implements Stax (JSR-173) API</p><p><b>URL: </b><a href="http://woodstox.codehaus.org">http://woodstox.codehaus.org</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>org.apache.woden:woden-impl-dom:jar:1.0M8 (compile) <img id="_4235537" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1650012052', '_4235537' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1650012052" style="display:none"><table class="bodyTable"><tr class="b"><th>Woden - DOM</th></tr><tr class="a"><td><p><b>Description: </b>The Woden project is a subproject of the Apache Web Services Proje
 ct to
     develop a Java class library for reading, manipulating, creating and writing WSDL documents,
     initially to support WSDL 2.0 but with the longer term aim of supporting past, present and
     future versions of WSDL.
@@ -262,7 +275,7 @@
     There are two main deliverables: an API and an implementation. The Woden API consists of
     a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API conforms to the
     W3C WSDL 2.0 specification. The implementation will be a high performance implementation
-    directly usable in other Apache projects such as Axis2.</p><p><a href="http://ws.apache.org/woden/woden-api">http://ws.apache.org/woden/woden-api</a></p><p><a name="org.apache.woden:woden-impl-dom:jar"><b>Woden - DOM</b></a></p><p>The Woden project is a subproject of the Apache Web Services Project to
+    directly usable in other Apache projects such as Axis2.</p><p><b>URL: </b><a href="http://ws.apache.org/woden/woden-impl-dom">http://ws.apache.org/woden/woden-impl-dom</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div><ul><li>org.apache.woden:woden-api:jar:1.0M8 (compile) <img id="_389134535" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1375722701', '_389134535' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1375722701" style="display:none"><table class="bodyTable"><tr class="b"><th>Woden - API</th></tr><tr class="a"><td><p><b>Description: </b>The Woden project is a subproject of the Apache Web Services Project to
     develop a Java class library for reading, manipulating, creating and writing WSDL documents,
     initially to support WSDL 2.0 but with the longer term aim of supporting past, present and
     future versions of WSDL.
@@ -270,7 +283,24 @@
     There are two main deliverables: an API and an implementation. The Woden API consists of
     a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API conforms to the
     W3C WSDL 2.0 specification. The implementation will be a high performance implementation
-    directly usable in other Apache projects such as Axis2.</p><p><a href="http://ws.apache.org/woden/woden-impl-dom">http://ws.apache.org/woden/woden-impl-dom</a></p></div></div>
+    directly usable in other Apache projects such as Axis2.</p><p><b>URL: </b><a href="http://ws.apache.org/woden/woden-api">http://ws.apache.org/woden/woden-api</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li><li>org.apache.ant:ant:jar:1.7.0 (compile) <img id="_998406635" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1949266365', '_998406635' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1949266365" style="display:none"><table class="bodyTable"><tr class="b"><th>org.apache.tools.ant</th></tr><tr class="a"><td><p><b>Description: </b>Apache Ant</p><p><b>URL: </b><a href="http://ant.apache.org/ant">http://ant.apache.org/ant</a></p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>wsdl4j:wsdl4j:jar:1.6.2 (compile) <img id="_1300736020"
  src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1900025143', '_1300736020' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1900025143" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - wsdl4j:wsdl4j:jar:1.6.2</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with this project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>xerces:xmlParserAPIs:jar:2.6.0 (compile) <img id="_1451571238" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_285887519', '_1451571238' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_285887519" style="display:none"><table class="bodyTable"><tr class="b"><th>Unnamed - xerces:xmlParserAPIs:jar:2.6.0</th></tr><tr class="a"><td><p><b>Description: </b>There is currently no description associated with th
 is project.</p><p><b>Project License: </b>No project license is defined for this project.</p></td></tr></table></div></li><li>org.codehaus.woodstox:wstx-asl:jar:3.2.4 (runtime) <img id="_571956751" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_63976252', '_571956751' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_63976252" style="display:none"><table class="bodyTable"><tr class="b"><th>Woodstox</th></tr><tr class="a"><td><p><b>Description: </b>Woodstox is a high-performance XML processor that implements Stax (JSR-173) API</p><p><b>URL: </b><a href="http://woodstox.codehaus.org">http://woodstox.codehaus.org</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li><li>commons-logging:commons-logging:jar:1.1.1 (compile) <img id="_464935688" src="./images/icon_info_sml.gif" alt="Information" oncl
 ick="toggleDependencyDetail( '_1487323671', '_464935688' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1487323671" style="display:none"><table class="bodyTable"><tr class="b"><th>Commons Logging</th></tr><tr class="a"><td><p><b>Description: </b>Commons Logging is a thin adapter allowing configurable bridging to other,

[... 30 lines stripped ...]
Modified: webservices/rampart/site/java/developer-guide.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/java/developer-guide.html?rev=904510&r1=904509&r2=904510&view=diff
==============================================================================
--- webservices/rampart/site/java/developer-guide.html (original)
+++ webservices/rampart/site/java/developer-guide.html Fri Jan 29 15:00:34 2010
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 23 Jun 2008
+        Last Published: 27 Sep 2009
                       </div>
             <div class="xright">      <a href="../../">WebServices</a>
           |
@@ -420,7 +420,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2005-2008
+          2005-2009
     
           Apache Software Foundation
           

Modified: webservices/rampart/site/java/download.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/java/download.html?rev=904510&r1=904509&r2=904510&view=diff
==============================================================================
--- webservices/rampart/site/java/download.html (original)
+++ webservices/rampart/site/java/download.html Fri Jan 29 15:00:34 2010
@@ -45,9 +45,9 @@
   
   
             <div class="xleft">
-        Last Published: 23 Jun 2008
+        Last Published: 28 Sep 2009
                       </div>
-            <div class="xright">      <a href="../../">WebServices</a>
+            <div class="xright">      <a href="../../../">WebServices</a>
           |
           <a href="http://ws.apache.org/axis2">Axis2/Java</a>
           
@@ -244,41 +244,50 @@
 					<th>Date</th>
 					<th>Description</th>
 				</tr>
-				<tr class="b">
+                <tr class="b">
                     <td>
-                        <a href="download/1.4/download.cgi">
-                            <strong>1.4</strong>
+                        <a href="download/1.5/download.cgi">
+                            <strong>1.5</strong>
                         </a>
                     </td>
                     <td></td>
-                    <td>1.4 Release (Mirrored)</td>
+                    <td>1.5 Release (Mirrored)</td>
                 </tr>
 				<tr class="a">
+                    <td>
+                        <a href="download/1.4/download.cgi">
+                            <strong>1.4</strong>
+                        </a>
+                    </td>
+                    <td>12 Jun 2008</td>
+                    <td>1.4 Release (Archived)</td>
+                </tr>
+				<tr class="b">
 					<td>
 						<a href="download/1.3/download.cgi">
 							<strong>1.3</strong>
 						</a>
 					</td>
-					<td></td>
-					<td>1.3 Release (Mirrored)</td>
+					<td>06 Sep 2007</td>
+					<td>1.3 Release (Archived)</td>
 				</tr>
-				<tr class="b">
+				<tr class="a">
 					<td>
 						<a href="download/1.2/download.cgi">
 							<strong>1.2</strong>
 						</a>
 					</td>
-					<td></td>
-					<td>1.2 Release (Mirrored)</td>
+					<td>02 Jun 2007</td>
+					<td>1.2 Release (Archived)</td>
 				</tr>
-				<tr class="a">
+				<tr class="b">
 					<td>
 						<a href="download/1.1/download.cgi">
 							<strong>1.1</strong>
 						</a>
 					</td>
-					<td></td>
-					<td>1.1 Release (Mirrored)</td>
+					<td>11 Dec 2006</td>
+					<td>1.1 Release (Archived)</td>
 				</tr>
 			</tbody>
 		</table>
@@ -300,7 +309,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2005-2008
+          2005-2009
     
           Apache Software Foundation
           

Modified: webservices/rampart/site/java/download/1.1/download.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/java/download/1.1/download.html?rev=904510&r1=904509&r2=904510&view=diff
==============================================================================
--- webservices/rampart/site/java/download/1.1/download.html (original)
+++ webservices/rampart/site/java/download/1.1/download.html Fri Jan 29 15:00:34 2010
@@ -22,12 +22,17 @@
       </head>
   <body class="composite">
     <div id="banner">
-                  <a href="ws.apache.org/rampart/" id="bannerLeft">
+                  <a href="images/apache-rampart-logo.jpg" id="bannerLeft">
     
             Apache Rampart
     
             </a>
-                    <div class="clear">
+                        <a href="http://www.apache.org" id="bannerRight">
+    
+                                            <img src="../../images/apache-rampart-banner.jpg" alt="" />
+    
+            </a>
+            <div class="clear">
         <hr/>
       </div>
     </div>
@@ -40,13 +45,11 @@
   
   
             <div class="xleft">
-        Last Published: 03 Mar 2008
+        Last Published: 27 Sep 2009
                       </div>
-            <div class="xright">      <a href="http://www.apache.org/">Apache</a>
-          |
-          <a href="../../../../">WebServices</a>
+            <div class="xright">      <a href="../../../../">WebServices</a>
           |
-          <a href="../../../../">WebServices</a>
+          <a href="http://ws.apache.org/axis2">Axis2/Java</a>
           
   
 
@@ -72,7 +75,7 @@
         <ul>
               
     <li class="none">
-              <a href="../../index.html">About</a>
+              <a href="../../index.html">Home</a>
         </li>
               
           
@@ -102,13 +105,29 @@
       
             
       
+            
+      
+            
+      
+            
+      
+            
+      
               
         <li class="expanded">
               <a href="../../">Documentation</a>
                 <ul>
                   
     <li class="none">
-              <a href="../../quick-start.html">Quick Start Guide</a>
+              <a href="../../quick-start.html">Getting Started</a>
+        </li>
+                  
+    <li class="none">
+              <a href="../../samples.html">Samples</a>
+        </li>
+                  
+    <li class="none">
+              <a href="http://wiki.apache.org/ws/FrontPage/Rampart/FAQ">FAQ</a>
         </li>
                   
     <li class="none">
@@ -116,8 +135,16 @@
         </li>
                   
     <li class="none">
+              <a href="../../setting-up-sts.html">STS Configuration</a>
+        </li>
+                  
+    <li class="none">
               <a href="../../developer-guide.html">Developer Guide</a>
         </li>
+                  
+    <li class="none">
+              <a href="../../siteHowTo.html">Build the Site</a>
+        </li>
               </ul>
         </li>
               
@@ -130,11 +157,43 @@
       
               
         <li class="expanded">
+              <a href="../../">Resources</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="../../articles.html">Articles</a>
+        </li>
+                  
+    <li class="none">
+              <a href="../../specifications.html">Specifications</a>
+        </li>
+                  
+    <li class="none">
+              <a href="../../apidocs/index.html">Online Javadocs</a>
+        </li>
+              </ul>
+        </li>
+              
+          
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="expanded">
               <a href="../../">Project Information</a>
                 <ul>
                   
     <li class="none">
-              <a href="../../mail-lists.html">Mailing Lists</a>
+              <a href="../../team-list.html">Project Team</a>
         </li>
                   
     <li class="none">
@@ -142,8 +201,20 @@
         </li>
                   
     <li class="none">
+              <a href="../../mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/?root=Apache-SVN">Source Code</a>
+        </li>
+                  
+    <li class="none">
               <a href="../../dependencies.html">Dependencies</a>
         </li>
+                  
+    <li class="none">
+              <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
+        </li>
               </ul>
         </li>
           </ul>
@@ -214,7 +285,6 @@
 </tbody>
 </table>
 </div>
-<div align="left"><br></br>
 
 </html>
       </div>
@@ -224,7 +294,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2005-2008
+          2005-2009
     
           Apache Software Foundation