Skip to Content.
Sympa Menu

mace-opensaml-users - RE: [OpenSAML] local part cannot be "null" when creating a QName during unmarshalling an Assertion object

Subject: OpenSAML user discussion

List archive

RE: [OpenSAML] local part cannot be "null" when creating a QName during unmarshalling an Assertion object


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: [OpenSAML] local part cannot be "null" when creating a QName during unmarshalling an Assertion object
  • Date: Mon, 1 Mar 2010 15:10:33 -0500
  • Organization: The Ohio State University

> Per the documentation of getLocalNamepublic String getLocalName()
> Returns the local part of the qualified name of this node.
> For nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes
> created with a DOM Level 1 method, such as createElement from the
Document
> interface, this is always null.

Sounds pretty clear, you're using DOM1 instead of DOM2/DOM3 and your parsing
code isn't namespace aware.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page