Closed
Description
Kai Hudalla opened SWS-142 and commented
The org.springframework.ws.soap.axiom.AxiomSoapFaultDetail$AxiomFaultDetailElementIterator throws a ClassCastException if the Fault Detail element contains whitespace nodes, e.g. line breaks (\n). This seems to be due to the fact that the next() method casts everything to OMElement and does not consider OMTextImpl nodes (which represent whitespace).
Affects: 1.0 RC2
Attachments:
- AxiomSoapFaultDetail.java (3.00 kB)
- AxiomSoapFaultDetailTest.java (3.67 kB)