Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Class Cast Exception Error

Subject: OpenSAML user discussion

List archive

RE: Class Cast Exception Error


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'Santosh Aithani'" <>, <>
  • Subject: RE: Class Cast Exception Error
  • Date: Mon, 26 Sep 2005 16:41:03 -0400
  • Organization: The Ohio State University

> I created an instance of ArrayList. And send it as an input
> parameter to set up the RespondWiths.
> But I got a Class Cast Exception error. May I know what wrong
> I have done here.

You shouldn't be using RespondWith at all as it serves no purpose, but if
you do, you have to pass in JAXP 1.3 QName objects, not strings. Some of the
method docs are a little vague on that point.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page