Author: veithen
Date: Tue Sep 28 11:59:08 2010
New Revision: 1002129
URL: http://svn.apache.org/viewvc?rev=1002129&view=rev
Log:
Applied two fixes to the changes done for RAMPART-304:
* Eliminated an unnecessary conversion from character stream to byte stream.
* Made the code compatible with
Author: veithen
Date: Tue Sep 28 12:19:10 2010
New Revision: 1002140
URL: http://svn.apache.org/viewvc?rev=1002140&view=rev
Log:
AXIS2-4716: Fixed a concurrency issue in CommonsHTTPTransportSender.
Modified:
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/trans
Author: veithen
Date: Tue Sep 28 15:01:50 2010
New Revision: 1002204
URL: http://svn.apache.org/viewvc?rev=1002204&view=rev
Log:
AXIS2-4821: Removed a workaround for a case (202 response) that is properly
addressed by r1001279.
Modified:
axis/axis2/java/core/trunk/modules/transport/
Author: veithen
Date: Tue Sep 28 21:03:26 2010
New Revision: 1002355
URL: http://svn.apache.org/viewvc?rev=1002355&view=rev
Log:
Set WSS4J version to 1.5.10-SNAPSHOT to enable continuous integration.
Modified:
axis/axis2/java/rampart/trunk/pom.xml
Modified: axis/axis2/java/rampart/t
Author: veithen
Date: Sat Oct 23 08:32:05 2010
New Revision: 1026575
URL: http://svn.apache.org/viewvc?rev=1026575&view=rev
Log:
AXIS2-4280: Merged r817965 to the 1.5 branch as requested by Kim Damevin.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/
Author: veithen
Date: Sat Oct 23 18:16:45 2010
New Revision: 1026658
URL: http://svn.apache.org/viewvc?rev=1026658&view=rev
Log:
Upgraded to commons-io 2.0 and removed classes that are now part of commons-io
(see IO-158).
Removed:
axis/axis2/java/transports/trunk/modules/base/src/main/
Author: veithen
Date: Thu Oct 28 21:05:12 2010
New Revision: 1028480
URL: http://svn.apache.org/viewvc?rev=1028480&view=rev
Log:
Updated the mergeinfo on the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/modules/distribu
Author: veithen
Date: Sat Oct 30 11:53:39 2010
New Revision: 1029034
URL: http://svn.apache.org/viewvc?rev=1029034&view=rev
Log:
AXIS2-4868: Fixed a couple of issues in SOAPElementImpl related to text nodes.
Modified:
axis/axis2/java/core/trunk/modules/saaj/src/org/apache/axis2/
Author: veithen
Date: Sat Oct 30 13:56:17 2010
New Revision: 1029067
URL: http://svn.apache.org/viewvc?rev=1029067&view=rev
Log:
Updated mergeinfo on the 1.5 branch (no changes).
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/mod
Author: veithen
Date: Sat Oct 30 14:02:43 2010
New Revision: 1029072
URL: http://svn.apache.org/viewvc?rev=1029072&view=rev
Log:
Updated mergeinfo on the 1.5 branch (no changes).
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/mod
Author: veithen
Date: Sat Oct 30 17:26:27 2010
New Revision: 1029125
URL: http://svn.apache.org/viewvc?rev=1029125&view=rev
Log:
Merged a first set of SAAJ fixes from the trunk to the 1.5 branch.
Merged revis
Author: veithen
Date: Sat Oct 30 18:48:11 2010
New Revision: 1029153
URL: http://svn.apache.org/viewvc?rev=1029153&view=rev
Log:
Replaced the Eclipse dependencies with artifacts available from Maven central,
and removed the Eclipse repository. As noted by Isuru, for some unknown reason,
Author: veithen
Date: Sat Oct 30 19:19:23 2010
New Revision: 1029168
URL: http://svn.apache.org/viewvc?rev=1029168&view=rev
Log:
Merged r1029153 (elimination of the Eclipse repository) to the 1.5 branch, so
that the branch again becomes buildable with an empty local Maven repository.
Modi
Modified:
axis/axis2/java/core/branches/1_5/modules/saaj/test/org/apache/axis2/saaj/integration/IntegrationTest.java
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/saaj/test/org/apache/axis2/saaj/integration/IntegrationTest.java?rev=1029210&r1=1029209&r2=1029210&view=
Author: veithen
Date: Sat Oct 30 22:14:03 2010
New Revision: 1029214
URL: http://svn.apache.org/viewvc?rev=1029214&view=rev
Log:
Fixed the mergeinfo for r751958 which was merged to the 1.5 branch by r751964
without updating the svn:mergeinfo properties.
Modified:
axis/axis2/java/
Author: veithen
Date: Sun Oct 31 10:40:31 2010
New Revision: 1029308
URL: http://svn.apache.org/viewvc?rev=1029308&view=rev
Log:
Axis2 builds just fine without the java.net repository (presumably because the
CXF project did all the hard work of bringing the SAAJ/JAXB/JAX-WS dependencies
Author: veithen
Date: Sun Oct 31 11:53:12 2010
New Revision: 1029316
URL: http://svn.apache.org/viewvc?rev=1029316&view=rev
Log:
Merged r1029308 to the 1.5 branch. Axis2 1.5 also builds fine without the
java.net repository.
Modified:
axis/axis2/java/core/branches/1_5/ (props cha
Author: veithen
Date: Sun Oct 31 14:40:21 2010
New Revision: 1029372
URL: http://svn.apache.org/viewvc?rev=1029372&view=rev
Log:
Modified SOAPConnectionImpl so that it creates a single ConfigurationContext
instance that will not be shared with others.
Reasons:
* Starting with r921685, i
Author: veithen
Date: Sun Oct 31 15:09:18 2010
New Revision: 1029377
URL: http://svn.apache.org/viewvc?rev=1029377&view=rev
Log:
AXIS2-4752: Added a regression test and modified SOAPConnectionImpl to ensure
proper cleanup in all cases, in particular if the service returns a SOAP fault.
Modi
Author: veithen
Date: Sun Oct 31 15:19:37 2010
New Revision: 1029379
URL: http://svn.apache.org/viewvc?rev=1029379&view=rev
Log:
Merged the latests updates for the AXIS2-4752 issue to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/
Author: veithen
Date: Sun Oct 31 20:15:24 2010
New Revision: 1029484
URL: http://svn.apache.org/viewvc?rev=1029484&view=rev
Log:
Getting rid of the java.net repository. It is causing some strange issue in the
Hudson build.
Modified:
axis/axis2/java/transports/trunk/modules/mail/pom
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/
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:
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/a
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/
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/
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/
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
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
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:92
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
Author: veithen
Date: Wed Nov 3 17:04:55 2010
New Revision: 1030538
URL: http://svn.apache.org/viewvc?rev=1030538&view=rev
Log:
AXIS2-3213: Include axis2-codegen-x.y.z.jar in the WAR. This JAR is required
because of AXIS2-4265.
Modified:
axis/axis2/java/core/trunk/modules/webapp/scr
Author: veithen
Date: Wed Nov 3 17:20:30 2010
New Revision: 1030548
URL: http://svn.apache.org/viewvc?rev=1030548&view=rev
Log:
AXIS2-3213: Merged r1030538 to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/mod
Author: veithen
Date: Wed Nov 3 17:32:47 2010
New Revision: 1030556
URL: http://svn.apache.org/viewvc?rev=1030556&view=rev
Log:
AXIS2-4688: Merged r937004 to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/modules/cod
Author: veithen
Date: Thu Nov 4 19:37:01 2010
New Revision: 1031175
URL: http://svn.apache.org/viewvc?rev=1031175&view=rev
Log:
Moving Axis2 v0.93 tag to the new Axis TLP.
Added:
axis/axis2/java/core/tags/v0.93/
- copied from r1031174, webservices/axis2/tags/v0.93/
Author: veithen
Date: Thu Nov 4 19:38:36 2010
New Revision: 1031177
URL: http://svn.apache.org/viewvc?rev=1031177&view=rev
Log:
Moving Axis2 v0.92 tag to the new Axis TLP.
Added:
axis/axis2/java/core/tags/v0.92/
- copied from r1031176, webservices/axis2/tags/v0.92/
Author: veithen
Date: Thu Nov 4 19:39:26 2010
New Revision: 1031178
URL: http://svn.apache.org/viewvc?rev=1031178&view=rev
Log:
Moving Axis2 v0.91 tag to the new Axis TLP.
Added:
axis/axis2/java/core/tags/v0.91/
- copied from r1031177, webservices/axis2/tags/v0.91/
Author: veithen
Date: Thu Nov 4 19:40:09 2010
New Revision: 1031179
URL: http://svn.apache.org/viewvc?rev=1031179&view=rev
Log:
Moving Axis2 v0.9 tag to the new Axis TLP.
Added:
axis/axis2/java/core/tags/v0.9/
- copied from r1031178, webservices/axis2/tags/v0.9/
Author: veithen
Date: Thu Nov 4 19:44:08 2010
New Revision: 1031182
URL: http://svn.apache.org/viewvc?rev=1031182&view=rev
Log:
Moving Axis2 v2-M1 tag to the new Axis TLP, stripping the additional java
component from the path.
Added:
axis/axis2/java/core/tags/v2-M1/
- copied
Author: veithen
Date: Thu Nov 4 19:45:38 2010
New Revision: 1031183
URL: http://svn.apache.org/viewvc?rev=1031183&view=rev
Log:
Moving Axis2 v2-M2 tag to the new Axis TLP.
Added:
axis/axis2/java/core/tags/v2-M2/
- copied from r1031182, webservices/axis2/tags/v2-M2/
Author: veithen
Date: Thu Nov 4 20:00:13 2010
New Revision: 1031198
URL: http://svn.apache.org/viewvc?rev=1031198&view=rev
Log:
Moving the generated Axis2 site files to its new home.
Added:
axis/axis2/java/core/site/
- copied from r1031197, webservices/axis2/site/
Author: veithen
Date: Thu Nov 4 21:50:48 2010
New Revision: 1031272
URL: http://svn.apache.org/viewvc?rev=1031272&view=rev
Log:
Switching Axiom version to 1.2.10 on the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/modules/parent/pom.xml
Modified: axis/axis2/java/core/bran
Author: veithen
Date: Thu Nov 4 23:33:57 2010
New Revision: 1031350
URL: http://svn.apache.org/viewvc?rev=1031350&view=rev
Log:
Integrated some of Chanaka's design elements (see AXIS2-4773) into the Maven
site.
Modified:
axis/axis2/java/core/trunk/src/site/resources/css/site.css
Author: veithen
Date: Thu Nov 4 23:42:42 2010
New Revision: 1031352
URL: http://svn.apache.org/viewvc?rev=1031352&view=rev
Log:
Added a title to the servlet-transport page.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/docs/servlet-transport.xml
Modified: axis/axis2/java/core/t
Author: veithen
Date: Fri Nov 5 21:18:06 2010
New Revision: 1031799
URL: http://svn.apache.org/viewvc?rev=1031799&view=rev
Log:
Some layout improvements.
Modified:
axis/axis2/java/core/trunk/src/site/resources/css/site.css
axis/axis2/java/core/trunk/src/site/xdoc/docs/adv-userguide
Author: veithen
Date: Sat Nov 6 11:07:41 2010
New Revision: 1032001
URL: http://svn.apache.org/viewvc?rev=1032001&view=rev
Log:
Disabled the text-shadow in the banner (visible only in some browsers).
Modified:
axis/axis2/java/core/trunk/src/site/resources/css/site.css
Modified: axis/a
Author: veithen
Date: Sun Nov 7 20:56:37 2010
New Revision: 1032390
URL: http://svn.apache.org/viewvc?rev=1032390&view=rev
Log:
Some more site fixes.
Added:
axis/axis2/java/core/trunk/src/site/resources/images/axis.jpg
- copied unchanged from r1032377,
axis/axis2/java/core/trunk
Author: veithen
Date: Sun Nov 7 21:32:23 2010
New Revision: 1032401
URL: http://svn.apache.org/viewvc?rev=1032401&view=rev
Log:
Reformatted the download page because it was not shown very well with the new
site layout.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/download
Author: veithen
Date: Mon Nov 8 19:56:01 2010
New Revision: 1032681
URL: http://svn.apache.org/viewvc?rev=1032681&view=rev
Log:
AXIS2-4055: Applied patch provided by Lasantha Ranaweera (documentation change
only).
Modified:
axis/axis2/java/core/trunk/modules/samples/quickstart/README
Author: veithen
Date: Mon Nov 8 20:41:11 2010
New Revision: 1032694
URL: http://svn.apache.org/viewvc?rev=1032694&view=rev
Log:
AXIS2-4109: Updated the site with the latest information about how to get
nightly builds.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/faq.xml
Modi
Author: veithen
Date: Thu Nov 11 11:50:40 2010
New Revision: 1033898
URL: http://svn.apache.org/viewvc?rev=1033898&view=rev
Log:
Added some maven-(install|deploy|assembly)-plugin magic so that during the
release process, it automatically builds the directory structure that needs to
be uplo
Author: veithen
Date: Thu Nov 11 14:12:13 2010
New Revision: 1033942
URL: http://svn.apache.org/viewvc?rev=1033942&view=rev
Log:
Avoid a build failure when the apache-release profile is activated, but
gpg.skip=true (as in Hudson).
Modified:
axis/axis2/java/core/trunk/pom.xml
Modified:
Author: veithen
Date: Thu Nov 11 14:49:22 2010
New Revision: 1033956
URL: http://svn.apache.org/viewvc?rev=1033956&view=rev
Log:
Reworked the tools download page. The page now no longer needs manual update
during a release.
This change should fix AXIS2-4224, AXIS2-4572, AXIS2-4593, AXIS2-
Author: veithen
Date: Thu Nov 11 15:53:12 2010
New Revision: 1033970
URL: http://svn.apache.org/viewvc?rev=1033970&view=rev
Log:
Merged the distribution improvements (r1033898 and r1033942) to the 1.5 branch.
This will simplify the 1.5.3 release.
Added:
axis/axis2/java/core/branches/1_5
Author: veithen
Date: Thu Nov 11 15:57:08 2010
New Revision: 1033972
URL: http://svn.apache.org/viewvc?rev=1033972&view=rev
Log:
Merged r1033956 (tools download page changes) with fixes for AXIS2-4224,
AXIS2-4572, AXIS2-4593, AXIS2-4592, AXIS2-4697 and AXIS2-4706 to the 1.5 branch.
A
Author: veithen
Date: Thu Nov 11 18:03:44 2010
New Revision: 1034015
URL: http://svn.apache.org/viewvc?rev=1034015&view=rev
Log:
Simplified the modules overview page so that it no longer requires updating
during a release.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/modules/index
Author: veithen
Date: Thu Nov 11 17:51:58 2010
New Revision: 1034010
URL: http://svn.apache.org/viewvc?rev=1034010&view=rev
Log:
AXIS2-4877: Updated the release procedure (maven-release-plugin, Nexus, etc.).
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml
Modi
Author: veithen
Date: Thu Nov 11 19:33:31 2010
New Revision: 1034065
URL: http://svn.apache.org/viewvc?rev=1034065&view=rev
Log:
Merged revisions 966536,981058,990445 to the 1.5 branch to remove the
documentation module.
Removed:
axis/axis2/java/core/branches/1_5/modules/documenta
Author: veithen
Date: Thu Nov 11 21:25:36 2010
New Revision: 1034142
URL: http://svn.apache.org/viewvc?rev=1034142&view=rev
Log:
Fixing some minor issues with the build/distribution and started to prepare
1.5.3.
Modified:
axis/axis2/java/core/trunk/README.txt
axis/axis2/java/core/t
Author: veithen
Date: Thu Nov 11 22:04:17 2010
New Revision: 1034173
URL: http://svn.apache.org/viewvc?rev=1034173&view=rev
Log:
Also enable filtering for the README.txt file included in the docs distribution.
Modified:
axis/axis2/java/core/trunk/src/main/assembly/doc.xml
Modified:
Author: veithen
Date: Thu Nov 11 22:36:58 2010
New Revision: 1034185
URL: http://svn.apache.org/viewvc?rev=1034185&view=rev
Log:
Merged r981992,982008,1034173 to the 1.5 branch to enable variable substitution
in the README files of the docs distribution.
Modified:
axis/axis2/java/
Author: veithen
Date: Thu Nov 11 22:46:13 2010
New Revision: 1034187
URL: http://svn.apache.org/viewvc?rev=1034187&view=rev
Log:
Prepared the release notes for 1.5.3.
Modified:
axis/axis2/java/core/branches/1_5/release-notes.html
Modified: axis/axis2/java/core/branches/1_5/rel
Author: veithen
Date: Thu Nov 11 23:46:02 2010
New Revision: 1034213
URL: http://svn.apache.org/viewvc?rev=1034213&view=rev
Log:
Set the release date for 1.5.3 and made a minor correction to the release
process documentation.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/download
Author: veithen
Date: Thu Nov 11 23:49:07 2010
New Revision: 1034215
URL: http://svn.apache.org/viewvc?rev=1034215&view=rev
Log:
Merged r1034213 to the 1.5 branch so that we can start the 1.5.3 release
process.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/a
Author: veithen
Date: Fri Nov 12 01:09:23 2010
New Revision: 1034226
URL: http://svn.apache.org/viewvc?rev=1034226&view=rev
Log:
[maven-scm] copy for tag v1.5.3
Added:
axis/axis2/java/core/tags/v1.5.3/ (props changed)
- copied from r1034225, axis/axis2/java/core/branches
Author: veithen
Date: Fri Nov 12 03:02:59 2010
New Revision: 1034254
URL: http://svn.apache.org/viewvc?rev=1034254&view=rev
Log:
Some minor corrections to the release procedure.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml
Modified: axis/axis2/java/core/trunk
Author: veithen
Date: Fri Nov 12 13:07:16 2010
New Revision: 1034388
URL: http://svn.apache.org/viewvc?rev=1034388&view=rev
Log:
Updated POM metadata.
Modified:
axis/axis2/java/transports/trunk/modules/all/pom.xml
axis/axis2/java/transports/trunk/modules/base/pom.xml
axis/axis2/
Author: veithen
Date: Fri Nov 12 13:16:37 2010
New Revision: 1034391
URL: http://svn.apache.org/viewvc?rev=1034391&view=rev
Log:
Removed the explicit Bundle-Version from the maven-bundle-plugin configuration,
so that we don't need to increment the version number manually during a
rel
Author: veithen
Date: Fri Nov 12 13:19:18 2010
New Revision: 1034392
URL: http://svn.apache.org/viewvc?rev=1034392&view=rev
Log:
The http module only contains unit tests; no need to build it as a bundle.
Modified:
axis/axis2/java/transports/trunk/modules/http/pom.xml
Modified: axis/a
Author: veithen
Date: Fri Nov 12 13:34:43 2010
New Revision: 1034398
URL: http://svn.apache.org/viewvc?rev=1034398&view=rev
Log:
Fixed corrupted document so that the site can be built again.
Modified:
axis/axis2/java/transports/trunk/src/site/xdoc/sms.xml
Modified: axis/axis2/
Author: veithen
Date: Fri Nov 12 13:38:02 2010
New Revision: 1034399
URL: http://svn.apache.org/viewvc?rev=1034399&view=rev
Log:
Added missing links on the index page.
Modified:
axis/axis2/java/transports/trunk/src/site/xdoc/index.xml
Modified: axis/axis2/java/transports/trunk/src/site/
Author: veithen
Date: Fri Nov 12 13:39:05 2010
New Revision: 1034400
URL: http://svn.apache.org/viewvc?rev=1034400&view=rev
Log:
Fixed incorrect title.
Modified:
axis/axis2/java/transports/trunk/src/site/apt/udp.apt
Modified: axis/axis2/java/transports/trunk/src/site/apt/udp.apt
URL:
Author: veithen
Date: Fri Nov 12 18:38:50 2010
New Revision: 1034504
URL: http://svn.apache.org/viewvc?rev=1034504&view=rev
Log:
Eliminated some compiler warnings.
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/AxisOperationFactory.java
axis/a
Author: veithen
Date: Fri Nov 12 21:00:02 2010
New Revision: 1034563
URL: http://svn.apache.org/viewvc?rev=1034563&view=rev
Log:
Replaced some invocations of the deprecated UUIDGenerator by calls to the new
UIDGenerator.
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/ap
Author: veithen
Date: Fri Nov 12 21:30:21 2010
New Revision: 1034575
URL: http://svn.apache.org/viewvc?rev=1034575&view=rev
Log:
Added a test case for the MM7 stuff in SOAPMessageFormatter, so that we can
safely refactor that code.
Added:
axis/axis2/java/core/trunk/modules/kernel/test
Author: veithen
Date: Fri Nov 12 22:31:21 2010
New Revision: 1034587
URL: http://svn.apache.org/viewvc?rev=1034587&view=rev
Log:
Eliminated another deprecation warning caused by the usage of
OMNode#serialize(Writer) [the serialize(Writer) method is only meaningful for
OMContainers].
Modi
Author: veithen
Date: Fri Nov 12 23:11:30 2010
New Revision: 1034598
URL: http://svn.apache.org/viewvc?rev=1034598&view=rev
Log:
Eliminated an instance of the catch-and-fail JUnit antipattern.
Modified:
axis/axis2/java/core/trunk/modules/saaj/test/org/apache/axis2/
Author: veithen
Date: Sat Nov 13 13:29:30 2010
New Revision: 1034754
URL: http://svn.apache.org/viewvc?rev=1034754&view=rev
Log:
AXIS2-4828: Avoid buffering (and the unnecessary byte stream -> char stream ->
byte stream conversion) of the SOAP body in SOAPMessageFormatter. The messa
Author: veithen
Date: Sat Nov 13 19:00:39 2010
New Revision: 1034851
URL: http://svn.apache.org/viewvc?rev=1034851&view=rev
Log:
Don't manage the Woodstox version and keep whatever version is used by Axis2.
Modified:
axis/axis2/java/transports/trunk/pom.xml
Modified: axis/a
Author: veithen
Date: Sat Nov 13 19:57:54 2010
New Revision: 1034853
URL: http://svn.apache.org/viewvc?rev=1034853&view=rev
Log:
Optimized Maven dependencies: there is no reason for axis2-kernel to depend on
axiom-dom.
Modified:
axis/axis2/java/core/trunk/modules/adb/pom.xml
axis/a
Author: veithen
Date: Sun Nov 14 12:01:26 2010
New Revision: 1034988
URL: http://svn.apache.org/viewvc?rev=1034988&view=rev
Log:
Added axiom-dom as a direct dependency since it is no longer a transitive
dependency (via axis2-kernel).
Modified:
axis/axis2/java/rampart/trunk/pom.xml
Modi
Author: veithen
Date: Tue Nov 16 07:20:43 2010
New Revision: 1035545
URL: http://svn.apache.org/viewvc?rev=1035545&view=rev
Log:
Added instructions to build and update the site.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/release-process.xml
Modified: axis/axis2/java/core/trunk
Author: veithen
Date: Tue Nov 16 19:38:38 2010
New Revision: 1035758
URL: http://svn.apache.org/viewvc?rev=1035758&view=rev
Log:
Merged r981056 to the 1.5 branch in order to fix AXIS2-4883.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches
Author: veithen
Date: Tue Nov 16 19:45:27 2010
New Revision: 1035761
URL: http://svn.apache.org/viewvc?rev=1035761&view=rev
Log:
AXIS2-4883: Manually fixing the generated site.
Added:
axis/axis2/java/core/site/api/allclasses-frame.html
- copied unchanged from r1035490,
axis/axis2/
Author: veithen
Date: Tue Nov 16 20:02:09 2010
New Revision: 1035771
URL: http://svn.apache.org/viewvc?rev=1035771&view=rev
Log:
Merged r981055 to the 1.5 branch to fix AXIS2-4885.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/mod
Author: veithen
Date: Tue Nov 16 20:07:25 2010
New Revision: 1035775
URL: http://svn.apache.org/viewvc?rev=1035775&view=rev
Log:
Manually fixing AXIS2-4885 in the generated site.
Modified:
axis/axis2/java/core/site/docs/contents.html
axis/axis2/java/core/site/docs/installationguide.
Author: veithen
Date: Thu Nov 18 21:03:34 2010
New Revision: 1036624
URL: http://svn.apache.org/viewvc?rev=1036624&view=rev
Log:
AXIS2-4888: Removed the 'jar' classifier from axis2.jar (which was introduced
unintentionally by r1033898).
Modified:
axis/axis2/java/core/trunk/pom
Author: veithen
Date: Thu Nov 18 21:06:03 2010
New Revision: 1036625
URL: http://svn.apache.org/viewvc?rev=1036625&view=rev
Log:
AXIS2-4888: Merged r1036624 to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/mod
Author: veithen
Date: Thu Nov 18 22:36:21 2010
New Revision: 1036659
URL: http://svn.apache.org/viewvc?rev=1036659&view=rev
Log:
AXIS2-4889: Replaced SOAPConnectionTest#testGet by a no-nonsense test case.
Modified:
axis/axis2/java/core/trunk/modules/saaj/pom.xml
axis/axis2/java/
Author: veithen
Date: Thu Nov 18 22:39:42 2010
New Revision: 1036660
URL: http://svn.apache.org/viewvc?rev=1036660&view=rev
Log:
AXIS2-4889: Merged r1036659 to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/mod
Author: veithen
Date: Thu Nov 18 23:07:54 2010
New Revision: 1036675
URL: http://svn.apache.org/viewvc?rev=1036675&view=rev
Log:
Replaced usage of deprecated MIMEOutputUtils class.
Modified:
axis/axis2/java/core/trunk/modules/saaj/src/org/apache/axis2/saaj/SOAPMessageImpl.java
Modi
Author: veithen
Date: Fri Nov 19 20:21:33 2010
New Revision: 1037007
URL: http://svn.apache.org/viewvc?rev=1037007&view=rev
Log:
AXIS2-3851 / AXIS2-4887: Merged r788202 to the 1.5 branch.
Added:
axis/axis2/java/core/branches/1_5/modules/adb-codegen/test-resources/testsuite/nonamespace
Author: veithen
Date: Fri Nov 19 22:08:25 2010
New Revision: 1037050
URL: http://svn.apache.org/viewvc?rev=1037050&view=rev
Log:
AXIS2-4057 (OutOnlyAxisOperation: AxisMessage passed to the addMessage method
is not saved as a child of the AxisOperation): Applied the patch provided by
Ant
Author: veithen
Date: Sat Nov 20 08:43:06 2010
New Revision: 1037135
URL: http://svn.apache.org/viewvc?rev=1037135&view=rev
Log:
Eliminated some instances of the catch-and-fail JUnit antipattern, so that next
time the Hudson build fails on these test cases, we get more meaningful
informa
Author: veithen
Date: Sat Nov 20 09:11:48 2010
New Revision: 1037142
URL: http://svn.apache.org/viewvc?rev=1037142&view=rev
Log:
Added entry for the 1.5.3 release to the DOAP file.
Modified:
axis/axis2/java/core/trunk/etc/doap_Axis2.rdf
Modified: axis/axis2/java/core/trunk/etc/doap_A
Author: veithen
Date: Sat Nov 20 09:29:47 2010
New Revision: 1037144
URL: http://svn.apache.org/viewvc?rev=1037144&view=rev
Log:
Fixed two broken links.
Modified:
axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/servicearchiver-plugin.xml
axis/axis2/java/core/trunk/src/site/
Author: veithen
Date: Sat Nov 20 09:32:11 2010
New Revision: 1037145
URL: http://svn.apache.org/viewvc?rev=1037145&view=rev
Log:
Merged r1037144 to the 1.5 branch.
Modified:
axis/axis2/java/core/branches/1_5/ (props changed)
axis/axis2/java/core/branches/1_5/modules/distribu
Author: veithen
Date: Sat Nov 20 09:34:52 2010
New Revision: 1037147
URL: http://svn.apache.org/viewvc?rev=1037147&view=rev
Log:
Fixed two broken links in the generated site (sources fixed by r1037144 and
r1037145).
Modified:
axis/axis2/java/core/site/tools/eclipse/servicearch
Author: veithen
Date: Sat Nov 20 10:06:32 2010
New Revision: 1037151
URL: http://svn.apache.org/viewvc?rev=1037151&view=rev
Log:
Moving the Transports site to its new location in the Axis TLP.
Added:
axis/axis2/java/transports/site/
- copied from r1037150, webservices/commons/
Author: veithen
Date: Sat Nov 20 10:12:33 2010
New Revision: 1037155
URL: http://svn.apache.org/viewvc?rev=1037155&view=rev
Log:
Removed the extra 'java' component from the SVN location of the generated
Rampart site.
Added:
axis/axis2/java/rampart/site/apidocs/
- copied
401 - 500 of 4857 matches
Mail list logo