Skip to Content.
Sympa Menu

mace-opensaml-users - RE: java.lang.ClassCastException when signing SAMLRequest

Subject: OpenSAML user discussion

List archive

RE: java.lang.ClassCastException when signing SAMLRequest


Chronological Thread 
  • From: Scott Cantor <>
  • To: ,
  • Subject: RE: java.lang.ClassCastException when signing SAMLRequest
  • Date: Fri, 28 May 2004 10:55:15 -0400
  • Organization: The Ohio State University

> org.apache.xerces.dom.CoreDocumentImpl.adoptNode(Unknown Source)
> at org.opensaml.SAMLSubject.toDOM(Unknown Source)

If it's forced to try node adoption, which may or may not work reliably,
then you're playing some games with the document tree you shouldn't need to
play. Where does the subject of the query come from? If you're reusing an
object from somewhere else, that may be the bug, you can't do that, ever. If
the subject is contained in some other SAML object, you'll need to clone it
first.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page