svn commit: r1090540 - /axis/axis2/java/rampart/trunk/modules/rampart-core/src/main/java/org/apache/rampart/util/Axis2Util.java

2011-04-09 Thread veithen
Author: veithen Date: Sat Apr 9 08:18:17 2011 New Revision: 1090540 URL: http://svn.apache.org/viewvc?rev=1090540&view=rev Log: Fixed an issue that occurs in the outflow when the Axiom implementation also supports DOM. Modified: axis/axis2/java/rampart/trunk/modules/rampart-core/src/main/j

svn commit: r1090570 - /axis/axis2/java/rampart/trunk/modules/rampart-core/src/main/java/org/apache/rampart/util/Axis2Util.java

2011-04-09 Thread veithen
Author: veithen Date: Sat Apr 9 11:33:05 2011 New Revision: 1090570 URL: http://svn.apache.org/viewvc?rev=1090570&view=rev Log: Avoid the DOM->Axiom conversion if the underlying Axiom implementation supports DOM. Note that this doesn't apply to DOOM (because DOOM is an incomplete implementation