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 12:43:32 -0500
  • Organization: The Ohio State University

> Trace inside the AbstractXMLObjectUnmarshaller.unmarshallAttribute prints
> this "DatatypeHelper.safeTrimOrNullString(attribute.getNamespaceURI())" to
> be null. How can I make my code namespace aware, esp when I am parsing
from
> a SOAP Header.

The namespace is almost always going to be null. The error says the local
part (the attribute's name) is null, that's a completely different thing.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page