Please file a bug report to https://issues.apache.org/jira/browse/AXIOM. I will then do the change.
Andreas On Fri, Mar 1, 2013 at 3:11 AM, Nathan Clement <[email protected]> wrote: > Hi, > > The following 2 classes both implement SOAPFault: > > org.apache.axiom.soap.impl.dom.soap11.SOAP11FaultImpl > org.apache.axiom.soap.impl.llom.soap11.SOAP11FaultImpl > > However, they implement the getNode() method differently. The LLOM > implementation returns null, but the DOOM implementation throws > UnsupportedOperationException. As such, I can't switch from LLOM to DOOM > under Axis2 due to the following exception: > > Caused by: java.lang.UnsupportedOperationException: SOAP 1.1 has no Fault > Node > at > org.apache.axiom.soap.impl.dom.soap11.SOAP11FaultImpl.getNode(SOAP11FaultImpl.java:138) > at org.apache.axis2.AxisFault.initializeValues(AxisFault.java:202) > at org.apache.axis2.AxisFault.<init>(AxisFault.java:196) > at > org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) > > Can someone please change the DOOM implementation to also return null? > > Thanks, > > Nathan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
