[
https://issues.apache.org/jira/browse/AXIS2-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630084#action_12630084
]
Jarek Gawor commented on AXIS2-4027:
------------------------------------
Btw, the specific exception I was seeing on Java 6 was:
java.lang.ClassCastException: org.apache.axiom.soap.impl.dom.SOAPEnvelopeImpl
incompatible with javax.xml.soap.Node
at javax.xml.soap.SAAJResult.getResult(SAAJResult.java:143)
> SOAPPartImpl methods return org.w3c.dom.Node instead of javax.xml.soap.Node
> ---------------------------------------------------------------------------
>
> Key: AXIS2-4027
> URL: https://issues.apache.org/jira/browse/AXIS2-4027
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Affects Versions: nightly
> Reporter: Jarek Gawor
> Assignee: Jarek Gawor
> Fix For: nightly
>
>
> Some methods in SOAPPartImpl such as getFirstChild() or getLastChild() or
> getChildNodes() return object instances of type org.w3c.dom.Node instead of
> javax.xml.soap.Node. That can cause problems on Java 6 with
> SAAJResult.getResult() which calls getFirstChild() and expects an object of
> javax.xml.soap.Node type.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]