Skip to Content.
Sympa Menu

mace-opensaml-users - Class Cast Exception Error

Subject: OpenSAML user discussion

List archive

Class Cast Exception Error


Chronological Thread 
  • From: "Santosh Aithani" <>
  • To: <>
  • Subject: Class Cast Exception Error
  • Date: Mon, 26 Sep 2005 15:20:47 -0400
  • Importance: normal
  • Priority: normal

Title: Class Cast Exception Error

Hi All,

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.

ArrayList respondWith = new ArrayList();
respondWith.add("saml:AttributeStatement");
samlRequest.setRespondWiths(respondWith);

java.lang.ClassCastException org.opensaml.SAMLRequest.setRespondWiths(Unknown Source)

Thanks,
Santosh.

 
The information contained in this e-mail may be confidential and is intended solely for the use of the named addressee.
Access, copying or re-use of the e-mail or any information contained therein by any other person is not authorized.
If you are not the intended recipient please notify us immediately by returning the e-mail to the originator.(16b)
 



Archive powered by MHonArc 2.6.16.

Top of Page