svn commit: r1029610 - in /axis/axis2/java/core/trunk/src/site/xdoc: ./ docs/ tools/
Author: veithen Date: Mon Nov 1 11:00:18 2010 New Revision: 1029610 URL: http://svn.apache.org/viewvc?rev=1029610&view=rev Log: Replaced absolute URLs (pointing to ws.apache.org) by relative URLs and fixed some other broken links. Modified: axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/WS_policy.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/clustering-guide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/json_support.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/migration.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/modules.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-creatingclients-xmlbeans.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-forfurtherstudy.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-installingtesting.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/webadminguide.xml axis/axis2/java/core/trunk/src/site/xdoc/download.xml axis/axis2/java/core/trunk/src/site/xdoc/faq.xml axis/axis2/java/core/trunk/src/site/xdoc/index.xml axis/axis2/java/core/trunk/src/site/xdoc/overview.xml axis/axis2/java/core/trunk/src/site/xdoc/tools/CodegenToolReference.xml axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml Modified: axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml?rev=1029610&r1=1029609&r2=1029610&view=diff == --- axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml Mon Nov 1 11:00:18 2010 @@ -56,9 +56,7 @@ released, up to the current version. 13rd August 2007 - Apache Axis2/Java Version 1.3 Released! -[http://ws.apache.org/axis2/download/1_3/download.cgi";>Download -1.3] +[Download 1.3] Apache Axis2 Version 1.3 comes with performance improvements and a number bug fixes over the 1.2 release. Check out the complete list of features below. @@ -115,8 +113,7 @@ Optimized Packaging (XOP) and SOAP with Tools Included in This Release -[http://ws.apache.org/axis2/tools/index.html"; target= -"_blank">Download Tool Plug-ins] +[Download Tool Plug-ins] Axis2 Web Application (Web App) WSDL2WS- 27th April 2007 - Apache Axis2/Java Version 1.2 Released! -[http://ws.apache.org/axis2/download/1_2/download.cgi";>Download -1.2] +[Download 1.2] Programming Model Improved, XML-centric client API including full WSDL and policy @@ -206,8 +201,7 @@ Optimized Packaging (XOP) and SOAP with JaxBRI (Experimental) Tools Included in this Release -[http://ws.apache.org/axis2/tools/index.html";>Download -Tool Plug-ins] +[Download Tool Plug-ins] Axis2 Web Application (Web App) WSDL2WS- 09th January 2007- Apache Axis2/Java Version 1.1.1 Released! -[http://ws.apache.org/axis2/download/1_1_1/download.cgi";>Download -1.1.1] +[Download 1.1.1] Apache Axis2 Version 1.1.1 comes with performance improvements and bug fixes over the 1.1 release. Check out the complete list of features below. @@ -297,8 +289,7 @@ Optimized Packaging (XOP) and SOAP with JaxMe Tools Included in This Release -[http://ws.apache.org/axis2/tools/index.html";>Download -Tool Plug-ins] +[Download Tool Plug-ins] Axis2 Web Application (Web App) WSDL2WS- 13th November 2006 - Apache Axis2/Java Version 1.1 Released! -[http://ws.apache.org/axis2/download/1_1/download.cgi";>Download -1.1] +[Download 1.1] Apache Axis2 Version 1.1 comes with better Axis2 Databinding Framework (ADB) support, http://www.w3.org/TR/SOAP-attachments";>attachments API, @@ -392,8 +381,7 @@ Optimized Packaging (XOP) and SOAP with JaxMe Tools Included in This Release -[http://ws.apache.org/axis2/tools/index.html";>Download -Tool Plug-ins] +[Download Tool Plug-ins] Axis2 Web Application (Web App) WSDL2WS- 04 May 2006 - Apache Axis2 Version 1.0 Released! -[http://ws.apache.org/axis2/download.cgi";>Download -1.0] +[Download 1.0] Apache Axis2 is a complete re-design and re-write of the widely used Apache Axis SOAP stack, built on the lessons learnt from Apache Axis. @@ -463,23 +450,19 @@ currently available or under development http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsrm";>WS-ReliableMessaging -- Supported by http://ws.apache.org/sandesha/sandesha2/";>Apache -Sandesha2 +- Supported by http://axis.apache.org/axis2/java/sandesha/";>Apache Sandesha2 http://www-128.ibm.com/developerworks/library/specification/ws-tx/#coor";> WS-Coordination and http://www-128.ibm.com/developerworks/library/specification/ws-tx/#atom";> WS-AtomicTransaction - Supported by http://ws.apache.org/kan
svn commit: r1029614 - /axis/axis2/java/core/trunk/pom.xml
Author: veithen Date: Mon Nov 1 11:16:33 2010 New Revision: 1029614 URL: http://svn.apache.org/viewvc?rev=1029614&view=rev Log: Increased the maximum heap for the Javadoc plugin. With 128M, I got an OutOfMemoryError on minotaur. Modified: axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1029614&r1=1029613&r2=1029614&view=diff == --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Mon Nov 1 11:16:33 2010 @@ -535,7 +535,7 @@ ${project.reporting.outputDirectory} api --J-Xmx128m +-J-Xmx256m http://java.sun.com/j2se/1.5.0/docs/api/ http://java.sun.com/javaee/5/docs/api/
svn commit: r1029619 - in /axis/axis2/java/core/trunk/src/site: ./ xdoc/ xdoc/docs/ xdoc/modules/ xdoc/tools/
Author: veithen Date: Mon Nov 1 12:16:08 2010 New Revision: 1029619 URL: http://svn.apache.org/viewvc?rev=1029619&view=rev Log: Fixed some more broken links. Modified: axis/axis2/java/core/trunk/src/site/site.xml axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-buildingservices.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml axis/axis2/java/core/trunk/src/site/xdoc/index.xml axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml Modified: axis/axis2/java/core/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/site.xml?rev=1029619&r1=1029618&r2=1029619&view=diff == --- axis/axis2/java/core/trunk/src/site/site.xml (original) +++ axis/axis2/java/core/trunk/src/site/site.xml Mon Nov 1 12:16:08 2010 @@ -80,7 +80,7 @@ http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN"; /> + href="http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/"; /> http://www.apache.org/licenses/LICENSE-2.0.html"; /> Modified: axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml?rev=1029619&r1=1029618&r2=1029619&view=diff == --- axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml Mon Nov 1 12:16:08 2010 @@ -116,23 +116,23 @@ Release [Download Tool Plug-ins] Axis2 Web Application (Web App) -WSDL2WS- WSDL2WS- eclipse plug-in/ Command line +"tools/CodegenToolReference.html" target="_blank">Command line version/IntelliJ IDEA plug-in/Maven2 WSDL2Code Plug-in Service Archive Wizard- eclipse plug-in/ IntelliJ IDEA plug-in/ Maven2 AAR Plug-in Java2WSDL- Maven2 Java2WSDL Plug-in Extension Modules @@ -205,23 +205,23 @@ Optimized Packaging (XOP) and SOAP with Axis2 Web Application (Web App) WSDL2WS- eclipse +"tools/eclipse/wsdl2java-plugin.html">eclipse plug-in/ Command line +"tools/CodegenToolReference.html">Command line version/IntelliJ +"tools/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation">IntelliJ IDEA plug-in/Maven2 +"tools/maven-plugins/maven-wsdl2code-plugin.html">Maven2 WSDL2Code Plug-in Service Archive Wizard- eclipse +"tools/eclipse/servicearchiver-plugin.html">eclipse plug-in/ +"tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive"> IntelliJ IDEA plug-in/ Maven2 AAR +"tools/maven-plugins/maven-aar-plugin.html">Maven2 AAR Plug-in Java2WSDL- Maven2 +"tools/maven-plugins/maven-java2wsdl-plugin.html">Maven2 Java2WSDL Plug-in Extension Modules Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm?rev=1029619&r1=1029618&r2=1029619&view=diff == --- axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm Mon Nov 1 12:16:08 2010 @@ -25,8 +25,6 @@ "HTML Tidy for Windows (vers 14 June 2007), see www.w3.org" /> Axis2 Installation Guide - Apache Axis2 Installation Guide @@ -35,9 +33,9 @@ packages, system prerequisites and setti and tools followed by detailed instructions on installation methods. Send your feedback to: mailto:axis-...@ws.apache.org?subject=[axis2]";>axis-...@ws.apache.org +"mailto:java-...@axis.apache.org?subject=[axis2]";>java-...@axis.apache.org mailing list. (Subscription details are available on http://ws.apache.org/axis2/mail-lists.html";>Axis2 site.) +"../mail-lists.html">Axis2 site.) Kindly prefix every email subject with [Axis2]. Contents @@ -83,7 +81,7 @@ Distribution. Download distribution packages of the Apache Axis2 ${axis2_version} version (latest). -http://ws.apache.org/axis2/download.cgi";>Download +Download distribution packages of all versions of Apache Axis2. The distribution packages provided are as follows: Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml?rev=1029619&r1=1029618&r2=1029619&view=diff == --- axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/docs
svn commit: r1029643 - /axis/axis2/java/core/trunk/src/site/xdoc/modules/rampart/
Author: veithen Date: Mon Nov 1 13:18:44 2010 New Revision: 1029643 URL: http://svn.apache.org/viewvc?rev=1029643&view=rev Log: Rampart has its own site. Remove the remaining documentation from the Axis2 site. Removed: axis/axis2/java/core/trunk/src/site/xdoc/modules/rampart/
svn commit: r1029651 - in /axis/axis2/java/core/trunk: ./ modules/parent/ src/site/xdoc/ src/site/xdoc/docs/ src/site/xdoc/docs/jibx/ src/site/xdoc/tools/ src/site/xdoc/tools/idea/
Author: veithen Date: Mon Nov 1 13:41:06 2010 New Revision: 1029651 URL: http://svn.apache.org/viewvc?rev=1029651&view=rev Log: Fixed more broken links. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml axis/axis2/java/core/trunk/pom.xml axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml axis/axis2/java/core/trunk/src/site/xdoc/articles.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/WS_policy.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/contents.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/jibx/jibx-codegen-integration.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/json_support.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/pojoguide.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/rest-ws.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/soapmonitor-module.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-buildingservices.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml axis/axis2/java/core/trunk/src/site/xdoc/faq.xml axis/axis2/java/core/trunk/src/site/xdoc/refLib.xml axis/axis2/java/core/trunk/src/site/xdoc/siteHowTo.xml axis/axis2/java/core/trunk/src/site/xdoc/tools/CodegenToolReference.xml axis/axis2/java/core/trunk/src/site/xdoc/tools/idea/Idea_plug-in_userguide.xml axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1029651&r1=1029650&r2=1029651&view=diff == --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Mon Nov 1 13:41:06 2010 @@ -214,7 +214,7 @@ chathura chathura AT opensource.lk Indiana University, USA -www.apache.org/~chathura +http://www.apache.org/~chathura David Illsley Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1029651&r1=1029650&r2=1029651&view=diff == --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Mon Nov 1 13:41:06 2010 @@ -290,7 +290,7 @@ chathura chathura AT opensource.lk Indiana University, USA -www.apache.org/~chathura +http://www.apache.org/~chathura David Illsley Modified: axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml?rev=1029651&r1=1029650&r2=1029651&view=diff == --- axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml Mon Nov 1 13:41:06 2010 @@ -385,23 +385,23 @@ Optimized Packaging (XOP) and SOAP with Axis2 Web Application (Web App) WSDL2WS- eclipse +"tools/eclipse/wsdl2java-plugin.html">eclipse plug-in/ Command line +"tools/CodegenToolReference.html">Command line version/IntelliJ +"tools/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation">IntelliJ IDEA plug-in/Maven2 +"tools/maven-plugins/maven-wsdl2code-plugin.html">Maven2 WSDL2Code Plug-in Service Archive Wizard- eclipse +"tools/eclipse/servicearchiver-plugin.html">eclipse plug-in/ +"tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive"> IntelliJ IDEA plug-in/ Maven2 AAR +"tools/maven-plugins/maven-aar-plugin.html">Maven2 AAR Plug-in Java2WSDL- Maven2 +"tools/maven-plugins/maven-java2wsdl-plugin.html">Maven2 Java2WSDL Plug-in Extension Modules @@ -479,7 +479,7 @@ support Archived service deployment model Archived module deployment model supporting controlled extensibility with versioning support -Hot +Hot deployment WS-Policy driven code generation extensions Flexible service lifecyle model @@ -515,16 +515,16 @@ Optimized Packaging (XOP) and SOAP with Axis2 Web Application (Web App) WSDL2WS- eclipse +"../tools/eclipse/wsdl2java-plugin.html">eclipse plug-in/ Command line +"../tools/CodegenToolReference.html">Command line version/IntelliJ +"../tools/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation">IntelliJ IDEA plug-in Service Archive Wizard- eclipse +"../tools/eclipse/servicearchiver-plugin.html">eclipse plug-in/ +"../tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive"> IntelliJ IDEA plug-in Extension Modules Modified: axis/axis2/java/core/trunk/src/site/xdoc/articles.xml URL: http://svn.apache.org/viewvc/axis/ax
svn commit: r1029796 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java
Author: scheu Date: Mon Nov 1 19:20:54 2010 New Revision: 1029796 URL: http://svn.apache.org/viewvc?rev=1029796&view=rev Log: AXIS2-4844 Contributor: Rich Scheuerle & Doug Larson Summary: Reshuffled some of the DispatchPhase logic to reduce the number of map accesses. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java?rev=1029796&r1=1029795&r2=1029796&view=diff == --- axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java (original) +++ axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/DispatchPhase.java Mon Nov 1 19:20:54 2010 @@ -57,6 +57,19 @@ public class DispatchPhase extends Phase public DispatchPhase(String phaseName) { super(phaseName); } + + +private Boolean getDisableAck(MessageContext msgContext) throws AxisFault { + + // We should send an early ack to the transport whever possible, but some modules need + // to use the backchannel, so we need to check if they have disabled this code. + Boolean disableAck = (Boolean) msgContext.getProperty(Constants.Configuration.DISABLE_RESPONSE_ACK); + if(disableAck == null) { + disableAck = (Boolean) (msgContext.getAxisService() != null ? msgContext.getAxisService().getParameterValue(Constants.Configuration.DISABLE_RESPONSE_ACK) : null); + } + + return disableAck; +} public void checkPostConditions(MessageContext msgContext) throws AxisFault { EndpointReference toEPR = msgContext.getTo(); @@ -118,33 +131,39 @@ public class DispatchPhase extends Phase // We should send an early ack to the transport whever possible, but some modules need // to use the backchannel, so we need to check if they have disabled this code. -Boolean disableAck = (Boolean) msgContext.getProperty(Constants.Configuration.DISABLE_RESPONSE_ACK); -if(disableAck == null) { -disableAck = (Boolean) (msgContext.getAxisService() != null ? - msgContext.getAxisService().getParameterValue(Constants.Configuration.DISABLE_RESPONSE_ACK) : null); -} - -if(disableAck == null || disableAck.booleanValue() == false) { - String mepString = msgContext.getAxisOperation().getMessageExchangePattern(); - if (isOneway(mepString)) { - Object requestResponseTransport = - msgContext.getProperty(RequestResponseTransport.TRANSPORT_CONTROL); - if (requestResponseTransport != null) { - ((RequestResponseTransport) requestResponseTransport).acknowledgeMessage(msgContext); - } - } else if (mepString.equals(WSDL20_2006Constants.MEP_URI_IN_OUT) - || mepString.equals(WSDL20_2004_Constants.MEP_URI_IN_OUT) - || mepString.equals(WSDL2Constants.MEP_URI_IN_OUT)) { // OR, if 2 way operation but the response is intended to not use the response channel of a 2-way transport - // then we don't need to keep the transport waiting. - Object requestResponseTransport = - msgContext.getProperty(RequestResponseTransport.TRANSPORT_CONTROL); - if (requestResponseTransport != null) { - if (AddressingHelper.isReplyRedirected(msgContext) - && AddressingHelper.isFaultRedirected(msgContext)) { - ((RequestResponseTransport) requestResponseTransport).acknowledgeMessage(msgContext); - } - } - } +String mepString = msgContext.getAxisOperation().getMessageExchangePattern(); + +if (isOneway(mepString)) { +Object requestResponseTransport = msgContext.getProperty(RequestResponseTransport.TRANSPORT_CONTROL); +if (requestResponseTransport != null) { + +Boolean disableAck = getDisableAck(msgContext); +if (disableAck == null || disableAck.booleanValue() == false) { +((RequestResponseTransport) requestResponseTransport).acknowledgeMessage(msgContext); +} +} +} else if (AddressingHelper.isReplyRedirected(msgContext) && AddressingHelper.isFaultRedirected(msgContext)) { + + +if (mepString.equals(WSDL20_2006Constants.MEP_URI_IN_OUT) +|| mepString.equals(WSDL20_2004_Constants.MEP_URI_IN_OUT) +|| mepString.equals(WSDL2Constants.MEP_URI_IN_OU
svn commit: r1029804 - /axis/axis2/java/core/trunk/modules/parent/pom.xml
Author: veithen Date: Mon Nov 1 19:41:42 2010 New Revision: 1029804 URL: http://svn.apache.org/viewvc?rev=1029804&view=rev Log: Changed Axiom version to reestablish the continuous integration chain. Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1029804&r1=1029803&r2=1029804&view=diff == --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Mon Nov 1 19:41:42 2010 @@ -67,7 +67,7 @@ -1.2.10-SNAPSHOT +1.2.11-SNAPSHOT 3.0.0-SNAPSHOT 1.0-SNAPSHOT