|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Andreas Veithen (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Sagara Gunathunga (JIRA)
- [jira] [Updated] (AXIOM-423) WSS4J fails when pr... Suresh Attanayake (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Suresh Attanayake (JIRA)
- RE: [jira] [Commented] (AXIOM-423) WSS4J fa... Martin Gainty
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Andreas Veithen (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Brian Reinhold (JIRA)
- [jira] [Updated] (AXIOM-423) WSS4J fails when pr... Suresh Attanayake (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Andreas Veithen (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Brian Reinhold (JIRA)
- [jira] [Comment Edited] (AXIOM-423) WSS4J fails ... Suresh Attanayake (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Suresh Attanayake (JIRA)
- [jira] [Comment Edited] (AXIOM-423) WSS4J fails ... Suresh Attanayake (JIRA)
- [jira] [Comment Edited] (AXIOM-423) WSS4J fails ... Suresh Attanayake (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Hudson (JIRA)
- [jira] [Updated] (AXIOM-423) WSS4J fails when pr... Andreas Veithen (JIRA)
- [jira] [Work started] (AXIOM-423) WSS4J fails wh... Andreas Veithen (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Hudson (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Andreas Veithen (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Hudson (JIRA)
- [jira] [Commented] (AXIOM-423) WSS4J fails when ... Brian Reinhold (JIRA)

Here is the reason as I think for this NPE issue, please help me with this. We have an element as follows,
<Element xmlns:ns="http://apache/axiom/dom/ns"/>
When the ele.setAttributeNS( ); is called, the xmlns:ns attribute is created setting the Document object as the Owner, Is it the correct behavior ? Shouldn't the Element object be the owner ?
Inside the method attr.lookupNamespaceURI( ) , AXIOM returns NULL as the parent of this attribute.[This is because the Document object has set as the owner, but not the Element object]. Can a document be the owner of an attribute instead an Element ?
Thanks,
-Suresh