svn commit: r1030008 - /axis/axis2/java/core/trunk/modules/distribution/pom.xml

2010-11-02 Thread veithen
Author: veithen
Date: Tue Nov  2 11:50:01 2010
New Revision: 1030008

URL: http://svn.apache.org/viewvc?rev=1030008&view=rev
Log:
AXIS2-4870: Make sure that mex-x.y.z-impl.jar is included in the standard 
binary distribution.

Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1030008&r1=1030007&r2=1030008&view=diff
==
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Tue Nov  2 11:50:01 
2010
@@ -130,6 +130,13 @@
 
 
 org.apache.axis2
+mex
+${project.version}
+jar
+impl
+
+
+org.apache.axis2
 axis2-corba
 ${project.version}
 




svn commit: r1030011 - in /axis/axis2/java/core/branches/1_5: ./ modules/distribution/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/axis2/transport/http/util

2010-11-02 Thread veithen
Author: veithen
Date: Tue Nov  2 12:00:42 2010
New Revision: 1030011

URL: http://svn.apache.org/viewvc?rev=1030011&view=rev
Log:
Merged r1030008 (fix for AXIS2-4870) to the 1.5 branch.

Modified:
axis/axis2/java/core/branches/1_5/   (props changed)
axis/axis2/java/core/branches/1_5/modules/distribution/   (props changed)
axis/axis2/java/core/branches/1_5/modules/distribution/pom.xml

axis/axis2/java/core/branches/1_5/modules/kernel/src/org/apache/axis2/transport/http/util/QueryStringParser.java
   (props changed)

axis/axis2/java/core/branches/1_5/modules/kernel/test/org/apache/axis2/transport/http/util/QueryStringParserTest.java
   (props changed)
axis/axis2/java/core/branches/1_5/modules/parent/   (props changed)

axis/axis2/java/core/branches/1_5/modules/saaj/test/org/apache/axis2/saaj/TestUtils.java
   (props changed)
axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/   (props 
changed)
axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/pom.xml   
(props changed)

axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/java/org/apache/axis2/handlers/
   (props changed)

axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/resources/META-INF/module.xml
   (props changed)
axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/   (props 
changed)

axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/applet/
   (props changed)

axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/servlet/
   (props changed)
axis/axis2/java/core/branches/1_5/modules/transport/http/pom.xml   (props 
changed)
axis/axis2/java/core/branches/1_5/modules/transport/http/src/   (props 
changed)
axis/axis2/java/core/branches/1_5/modules/transport/local/   (props changed)

axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AdminAgent.java
   (props changed)

axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AxisAdminServlet.java
   (props changed)

Propchange: axis/axis2/java/core/branches/1_5/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Nov  2 12:00:42 2010
@@ -1,2 +1,2 @@
-/axis/axis2/java/core/trunk:922914,922941,922983,935169,935174,935338,944347,944915,951385,960693,960976,960978,960984,960995,961012,961964,962844,963081,963147,965032,965036,965056,965068,965074,965213,965268,965277,965302,965454,966371,966401,966428,979882-979883,979886,981036,981038,981095,981188,981220-981221,981237,981262,981278,981293,981306,981311,981985,982387,982393,982795,982800,983101,983110,983114,983119-983120,983128,983185,983236,983270,983276,983280,983316,983363,983370,983372,985458,985464,985626,985634,985661,985715,985717,985744,985748,985752,985763,985791,985796,985851,986844,986889,987313,987712-987715,987783,987832,987873,987883,987913,987935,990350,990369,990377,990384,990394,990398,990404,990434,990449,1001279,1001452,1029034,1029153,1029308,1029372,1029377
+/axis/axis2/java/core/trunk:922914,922941,922983,935169,935174,935338,944347,944915,951385,960693,960976,960978,960984,960995,961012,961964,962844,963081,963147,965032,965036,965056,965068,965074,965213,965268,965277,965302,965454,966371,966401,966428,979882-979883,979886,981036,981038,981095,981188,981220-981221,981237,981262,981278,981293,981306,981311,981985,982387,982393,982795,982800,983101,983110,983114,983119-983120,983128,983185,983236,983270,983276,983280,983316,983363,983370,983372,985458,985464,985626,985634,985661,985715,985717,985744,985748,985752,985763,985791,985796,985851,986844,986889,987313,987712-987715,987783,987832,987873,987883,987913,987935,990350,990369,990377,990384,990394,990398,990404,990434,990449,1001279,1001452,1029034,1029153,1029308,1029372,1029377,1030008
 
/webservices/axis2/trunk/java:728674,731798,732539,732541,732873,732877,732924,732927,732939,733293,733295,733304,733306,733348,733354,733394,733399,733463-733464,733533,733539-733540,733676,733776,733900,733910,734227,734237,734261,738057,738067,738071,738086,738110,738113,738117,738158,740332,740357,740360,741300,741784,741873,741878,741881,748761,751958,754458,754467,754503,757151-757153,759488,759507,759878,759968,761025,761044,761068,761709,761770,761952,763148,765102,771051,777648,777882,777897,777934,778060,780546,783479,795431,801630,803725,805578,805981,805999,806085,806331,807160,807487,807512,816740,816804,816812,816891,817965,821686,821689,834058,834175,889783,902271,904660,904780,905980

Propchange: axis/axis2/java/core/branches/1_5/modules/distribution/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Nov  2 12:00:42 2010
@@ -1,2 +1,2 @@
-/axis/axis2/java/core/trunk/modules/distribution:922914,922941,922983,935169,93

svn commit: r1030208 [2/2] - in /axis/axis2/java/core/branches/1_5: ./ modules/distribution/ modules/distribution/src/main/assembly/ modules/documentation/src/site/ modules/kernel/src/org/apache/axis2

2010-11-02 Thread veithen
Propchange: axis/axis2/java/core/branches/1_5/modules/transport/http/src/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Nov  2 20:44:49 2010
@@ -1,2 +1,2 @@
-/axis/axis2/java/core/trunk/modules/transport/http/src:922914,922941,922983,935169,935174,935338,944347,944915,951385,960693,960976,960978,960984,960995,961012,961964,962844,963081,963147,965032,965036,965056,965068,965074,965213,965268,965277,965302,965454,966371,966401,966428,979882-979883,979886,981036,981038,981095,981188,981220-981221,981237,981262,981278,981293,981306,981311,981985,982387,982393,982795,982800,983101,983110,983114,983119-983120,983128,983185,983236,983270,983276,983280,983316,983363,983370,983372,985458,985464,985626,985634,985661,985715,985717,985744,985748,985752,985763,985791,985796,985851,986844,986889,987313,987712-987715,987783,987832,987873,987883,987913,987935,990350,990369,990377,990384,990394,990398,990404,990434,990449,1001279,1001452,1029034,1029153,1029308,1029372,1029377,1030008
+/axis/axis2/java/core/trunk/modules/transport/http/src:922914,922941,922983,935169,935174,935338,944347,944915,951385,960693,960976,960978,960984,960995,961012,961964,962844,963081,963147,965032,965036,965056,965068,965074,965213,965268,965277,965302,965454,966371,966401,966428,979882-979883,979886,980242,981036,981038,981095,981188,981220-981221,981237,981262,981278,981293,981306,981311,981985,982387,982393,982795,982800,983101,983110,983114,983119-983120,983128,983185,983236,983270,983276,983280,983316,983363,983370,983372,985458,985464,985626,985634,985661,985715,985717,985744,985748,985752,985763,985791,985796,985851,986844,986889,987313,987712-987715,987783,987832,987873,987883,987913,987935,990350,990369,990377,990384,990394,990398,990404,990434,990449,1001279,1001452,1029034,1029153,1029308,1029372,1029377,1030008
 
/webservices/axis2/trunk/java/modules/transport/http/src:728674,731798,732539,732541,732873,732877,733293,733295,733304,733306,733348,733354,733394,733399,733463-733464,733533,733539-733540,733676,733900,733910,734227,734237,734261,738057,738067,738071,738086,738110,738113,738117,738158,740332,740357,740360,741300,741784,741878,741881,751958,761068,771051,777648,777882,777897,777934,778060,780546,783479,795431,801630,803725,805578,805981,805999,806085,806331,807160,807487,807512,816740,816804,816812,816891,817965,821686,821689,834058,834175,889783,902271,904660,904780,905980

Propchange: axis/axis2/java/core/branches/1_5/modules/transport/local/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Nov  2 20:44:49 2010
@@ -1,2 +1,2 @@
-/axis/axis2/java/core/trunk/modules/transport/local:922914,922941,922983,935169,935174,935338,944347,944915,951385,960693,960976,960978,960984,960995,961012,961964,962844,963081,963147,965032,965036,965056,965068,965074,965213,965268,965277,965302,965454,966371,966401,966428,979882-979883,979886,981036,981038,981095,981188,981220-981221,981237,981262,981278,981293,981306,981311,981985,982387,982393,982795,982800,983101,983110,983114,983119-983120,983128,983185,983236,983270,983276,983280,983316,983363,983370,983372,985458,985464,985626,985634,985661,985715,985717,985744,985748,985752,985763,985791,985796,985851,986844,986889,987313,987712-987715,987783,987832,987873,987883,987913,987935,990350,990369,990377,990384,990394,990398,990404,990434,990449,1001279,1001452,1029034,1029153,1029308,1029372,1029377,1030008
+/axis/axis2/java/core/trunk/modules/transport/local:922914,922941,922983,935169,935174,935338,944347,944915,951385,960693,960976,960978,960984,960995,961012,961964,962844,963081,963147,965032,965036,965056,965068,965074,965213,965268,965277,965302,965454,966371,966401,966428,979882-979883,979886,980242,981036,981038,981095,981188,981220-981221,981237,981262,981278,981293,981306,981311,981985,982387,982393,982795,982800,983101,983110,983114,983119-983120,983128,983185,983236,983270,983276,983280,983316,983363,983370,983372,985458,985464,985626,985634,985661,985715,985717,985744,985748,985752,985763,985791,985796,985851,986844,986889,987313,987712-987715,987783,987832,987873,987883,987913,987935,990350,990369,990377,990384,990394,990398,990404,990434,990449,1001279,1001452,1029034,1029153,1029308,1029372,1029377,1030008
 
/webservices/axis2/trunk/java/modules/transport/local:728674,731798,732539,732541,732873,732877,733293,733295,733304,733306,733348,733354,733394,733399,733463-733464,733533,733539-733540,733676,733900,733910,734227,734237,734261,738057,738067,738071,738086,738110,738113,738117,738158,740332,740357,740360,741300,741784,741878,741881,751958,761068,771051,777648,777882,777897,777934,778060,780546,783479,795431,801630,803725,805578,805981,805999,806085,806331,807160,807487,807512,816740,816804,816812,816891,817965,821686,821689,834058,834175,889783,902271,904660,904780,905980

Propchange: 
axis/axis2/java/core/bra

svn commit: r1030250 [2/2] - in /axis/axis2/java/core/branches/1_5: ./ modules/distribution/ modules/kernel/src/org/apache/axis2/transport/http/util/ modules/kernel/test/org/apache/axis2/transport/htt

2010-11-02 Thread veithen
Modified: axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/userguide.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/userguide.xml?rev=1030250&r1=1030249&r2=1030250&view=diff
==
--- axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/userguide.xml 
(original)
+++ axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/userguide.xml Tue Nov  
2 21:52:34 2010
@@ -40,8 +40,7 @@ For experienced users of Apache Axis2, w
 Introducing Axis2
 This section introduces Axis2 and its structure, including an
 explanation of various directories/files included in the latest
-Axis2 http://ws.apache.org/axis2/download.cgi";>download.
+Axis2 download.
 Content
 
 Introducing
@@ -134,9 +133,9 @@ WS-Security, http://xml.coverpages.org/ws-reliablemessaging20030313.pdf";>WS-ReliableMessaging,
 http://www.w3.org/2002/ws/addr/";>WS-Addressing,
 http://dev2dev.bea.com/pub/a/2004/03/ws-coordination.html";>WS-Coordination,
+"http://docs.oasis-open.org/ws-tx/wscoor/2006/06";>WS-Coordination,
 and ftp://www6.software.ibm.com/software/developer/library/WS-AtomicTransaction.pdf";>
+"http://docs.oasis-open.org/ws-tx/wsat/2006/06";>
 WS-Atomic Transaction recommendations
 Use Axis2's modular structure to easily add support for new
 recommendations as they emerge
@@ -154,7 +153,7 @@ something like this:
 The sending application creates the original SOAP message, an
 XML message that consists of headers and a body. (For more
 information on SOAP, see "Introduction to Services".)
+"userguide-introtoservices.html">Introduction to Services".)
 If the system requires the use of WS* recommendations such as
 WS-Addressing or WS-Security, the message may undergo additional
 processing before it leaves the sender. Once the message is ready,
@@ -351,7 +350,7 @@ README.txt
 release-notes.html
 
 The javadocs directory includes all the standard API documentation for the Axis2
+"../api/index.html">API documentation for the Axis2
 API, with other documentation (like this document) in the xdocs
 directory.
 

Modified: axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/webadminguide.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/webadminguide.xml?rev=1030250&r1=1030249&r2=1030250&view=diff
==
--- axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/webadminguide.xml 
(original)
+++ axis/axis2/java/core/branches/1_5/src/site/xdoc/docs/webadminguide.xml Tue 
Nov  2 21:52:34 2010
@@ -33,9 +33,8 @@ administration console of the Apache Axi
 Axis2 Administration is all about configuring Apache Axis2 at run
 time, where the configuration is transient.
 Send your feedback to: mailto:axis-...@ws.apache.org?subject=[axis2]";>axis-...@ws.apache.org.
-(Subscription details are available on the http://ws.apache.org/axis2/mail-lists.html";>Axis2 site.)
+"mailto:java-...@axis.apache.org?subject=[axis2]";>java-...@axis.apache.org.
+(Subscription details are available on the Axis2 
site.)
 Kindly prefix every email subject with [Axis2].
 Contents
 

Modified: axis/axis2/java/core/branches/1_5/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/src/site/xdoc/download.xml?rev=1030250&r1=1030249&r2=1030250&view=diff
==
--- axis/axis2/java/core/branches/1_5/src/site/xdoc/download.xml (original)
+++ axis/axis2/java/core/branches/1_5/src/site/xdoc/download.xml Tue Nov  2 
21:52:34 2010
@@ -37,7 +37,7 @@
 Description
 
 
-Binary Distribution
+Binary 
Distribution
 This is the complete version of Axis2 and will 
contain samples
 as well. Since WS-Addressing implementation and SOAP 
Monitor
 utility modules are engaged in to Axis2, by default, 
this
@@ -51,12 +51,12 @@
 This will contain the sources of Axis2 standard 
distribution.
 One can generate a binary distribution from this by 
typing
 $maven dist-bin (http://ws.apache.org/axis2/1_5/installationguide.html#env-src";>Set
+"docs/installationguide.html#env-src">Set
 up Axis2 environment before running this command). 
Useful for
 advanced users.
 
 
-WAR (Web Archive) 
Distribution
+WAR (Web Archive) 
Distribution
 This will be the web application of Axis2 which 
can be deployed
 in most of the servlet containers.
 
@@ -79,7 +79,30 @@
 Documents Distribution