Skip to Content.
Sympa Menu

mace-opensaml-users - RE: issue with opensaml

Subject: OpenSAML user discussion

List archive

RE: issue with opensaml


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Andreas Hänel'" <>, <>
  • Subject: RE: issue with opensaml
  • Date: Tue, 21 Jun 2005 11:03:26 -0400
  • Organization: The Ohio State University

> Exception in thread "main" java.lang.AbstractMethodError:
> org.apache.xerces.dom.ElementNSImpl.setIdAttributeNS(Ljava/lan
> g/String;Ljava/lang/String;Z)V
> at org.opensaml.SAMLRequest.toDOM(Unknown Source)
> at org.opensaml.SAMLObject.toDOM(Unknown Source)
> at org.opensaml.SAMLObject.toDOM(Unknown Source)
> at org.opensaml.SAMLSignedObject.toDOM(Unknown Source)
> at org.opensaml.SAMLObject.toStream(Unknown Source)
> at org.opensaml.SAMLObject.toString(Unknown Source)
> at bioauth.client.main(client.java:27)
>
> Is there a mistake in my code (maybe some wrong parameter?)

No, you have a problem in your XML implementation, you don't have DOM3
support. It appears you have the interface available, but not the
implementation. You didn't say what version or JDK you're working with here,
so I can't suggest much else. It depends.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page