[ http://issues.apache.org/jira/browse/AXIS2-1096?page=all ]
Afkham Azeez updated AXIS2-1096:
--------------------------------
Assignee: Afkham Azeez
Fixed. add this method to org.apache.axis2.saaj.SOAPElementImpl
> org.apache.axis2.saaj.SOAPElementImpl.getAttributes returns null
> ----------------------------------------------------------------
>
> Key: AXIS2-1096
> URL: http://issues.apache.org/jira/browse/AXIS2-1096
> Project: Apache Axis 2.0 (Axis2)
> Issue Type: Bug
> Reporter: David Illsley
> Assigned To: Afkham Azeez
>
> org.apache.axis2.saaj.SOAPElementImpl.getAttributes returns null
> It is implemented in Axiom in org.apache.axiom.om.impl.dom.NodeImpl as:
> public NamedNodeMap getAttributes() {
> return null; // overridden in ElementImpl
> }
> However the axis2 saaj implementation (NodeImplEx, SOAPElementImpl) extends
> this class directly and does not override this method
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]