svn commit: r1034388 - in /axis/axis2/java/transports/trunk: ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules/xmpp

2010-11-12 Thread veithen
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/java/t

svn commit: r1034391 - in /axis/axis2/java/transports/trunk/modules: all/pom.xml base/pom.xml http/pom.xml jms/pom.xml mail/pom.xml sms/pom.xml tcp/pom.xml udp/pom.xml xmpp/pom.xml

2010-11-12 Thread veithen
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 release. The pl

svn commit: r1034392 - /axis/axis2/java/transports/trunk/modules/http/pom.xml

2010-11-12 Thread veithen
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/axis2/jav

svn commit: r1034398 - /axis/axis2/java/transports/trunk/src/site/xdoc/sms.xml

2010-11-12 Thread veithen
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/java/transports

svn commit: r1034399 - /axis/axis2/java/transports/trunk/src/site/xdoc/index.xml

2010-11-12 Thread veithen
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/xdoc/

svn commit: r1034400 - /axis/axis2/java/transports/trunk/src/site/apt/udp.apt

2010-11-12 Thread veithen
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: http:/

svn commit: r1034504 - in /axis/axis2/java/core/trunk/modules/kernel: src/org/apache/axis2/description/ src/org/apache/axis2/engine/ src/org/apache/axis2/util/ test/org/apache/axis2/engine/

2010-11-12 Thread veithen
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/axis2/j

svn commit: r1034563 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2: context/ description/ transport/http/ util/

2010-11-12 Thread veithen
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/apache/axi

svn commit: r1034575 - /axis/axis2/java/core/trunk/modules/kernel/test/org/apache/axis2/transport/http/SOAPMessageFormatterTest.java

2010-11-12 Thread veithen
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/org/a

svn commit: r1034587 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/AxisDescription.java

2010-11-12 Thread veithen
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]. Modified:

svn commit: r1034598 - /axis/axis2/java/core/trunk/modules/saaj/test/org/apache/axis2/saaj/AttachmentSerializationTest.java

2010-11-12 Thread veithen
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/saaj/AttachmentSerializatio