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 16:09:59 -0500
  • Organization: The Ohio State University

> Thanks Scott for the great suggestion. However I checked and I am using
> SAAJ1.2 which is DOM2 compliant. Besides I have the JAXP (xercesImpl-
> 2.9.1.jar, xalan-2.7.1.jar, xml-apis-2.9.1.jar) that is OpenSAML2.3
> compatible. That being said, it is a good time to have my libraries
> verified. Anything that jumps out??

I didn't say your libraries weren't aware, I said your parsing code isn't.

> Also, how do I make this code namespace aware.
>
> DefaultBootstrap.bootstrap();
> // check for SOAP Header
> SOAPHeader sh = smc.getMessage().getSOAPHeader();

None of that code has anything to do with the bug. Whatever is doing the XML
parsing is not using the proper settings before doing so.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page