Error calling getTextCharacters() on a comment node ---------------------------------------------------
Key: WSCOMMONS-340 URL: https://issues.apache.org/jira/browse/WSCOMMONS-340 Project: WS-Commons Issue Type: Bug Components: AXIOM Reporter: Stephen Duncan Jr Priority: Critical When using Axiom to parse a SOAP message with comments inside an element, I got the following error: java.lang.ClassCastException: org.apache.axiom.om.impl.llom.OMCommentImpl cannot be cast to org.apache.axiom.om.OMText at org.apache.axiom.om.impl.llom.OMStAXWrapper.getTextCharacters(OMStAXWrapper.java:403) This was while using the Spring WebServices Framework with Axiom, so you can see the initial report there that indicates this is a bug in Axiom: http://jira.springframework.org/browse/SWS-347 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.