svn commit: r1034853 - in /axis/axis2/java/core/trunk/modules: adb/pom.xml kernel/pom.xml saaj/pom.xml

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

svn commit: r1034851 - /axis/axis2/java/transports/trunk/pom.xml

2010-11-13 Thread veithen
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/axis2/java/transpor

svn commit: r1034754 - in /axis/axis2/java/core/trunk/modules/kernel: src/org/apache/axis2/transport/http/SOAPMessageFormatter.java src/org/apache/axis2/util/Utils.java test/org/apache/axis2/misc/Misc

2010-11-13 Thread veithen
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 message is now str