You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ji...@apache.org on 2004/03/21 16:49:00 UTC

[jira] Closed: (AXIS-1248) NPE in SOAPHeaderElement.detachNode()

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Sun, 21 Mar 2004 7:48 AM

Looks like Ias took care of this. closing bug.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1248

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1248
    Summary: NPE in SOAPHeaderElement.detachNode()
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis
 Components: 
             Basic Architecture
   Fix Fors:
             current (nightly)
   Versions:
             current (nightly)

   Assignee: 
   Reporter: gawor

    Created: Mon, 8 Mar 2004 4:43 PM
    Updated: Sun, 21 Mar 2004 7:48 AM

Description:
NPE is raised after detachNode() is called the second time:

  public void detachNode() {
        ((SOAPHeader)parent).removeHeader(this);
        super.detachNode();
  }





---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira