Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Error while creating AssertionIDRequestBuilder

Subject: OpenSAML user discussion

List archive

RE: Error while creating AssertionIDRequestBuilder


Chronological Thread 
  • From: "Sumit Shah" <>
  • To: "Chad La Joie" <>, <>
  • Subject: RE: Error while creating AssertionIDRequestBuilder
  • Date: Thu, 1 Jun 2006 10:29:55 -0400

Thanks Chad. I will try it out.

Sumit

> -----Original Message-----
> From: Chad La Joie
> [mailto:]
> Sent: Wednesday, May 31, 2006 6:39 PM
> To:
>
> Subject: Re: Error while creating AssertionIDRequestBuilder
>
> It was a bug in the namespace, I had accidently use the SAML assertion
> namespace. If you get the latest code it should work.
>
> Sumit Shah wrote:
> > All,
> >
> >
> >
> > I am trying to create AssertionIDRequest using the
> > AssertionIDRequestBuilder. I get a NullPointerException while trying
to
> > build the object.
> >
> >
> >
> > Here is the code snippet:
> >
> >
> >
> > XMLObjectBuilderFactory builderFactory =
> > Configuration./getBuilderFactory/();
> >
> > AssertionIDRequestBuilder builder = (AssertionIDRequestBuilder)
> >
builderFactory.getBuilder(AssertionIDRequest./DEFAULT_ELEMENT_NAME/);
> >
> > AssertionIDRequest assertionIDRequest= builder.buildObject();
> >
> >
> >
> >
> >
> > Upon debugging, I checked that the factory contains
"AssertionIDRequest"
> > as the key. But,
> > builderFactory.getBuilder(AssertionIDRequest./DEFAULT_ELEMENT_NAME/)
> > returns a NULL value.
> >
> >
> >
> > I would appreciate any pointers on how to go about creating an
> > AssertionIDRequest.
> >
> >
> >
> > Thanks
> >
> > Sumit
> >
> >
> >
>
> --
> Chad La Joie 2052-C Harris Bldg
> OIS-Middleware 202.687.0124




Archive powered by MHonArc 2.6.16.

Top of Page