Skip to Content.
Sympa Menu

mace-opensaml-users - Re: The endorsing problem revisited

Subject: OpenSAML user discussion

List archive

Re: The endorsing problem revisited


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: The endorsing problem revisited
  • Date: Wed, 22 Aug 2007 15:44:10 -0400

Massimiliano Masi wrote:
> Yes, I got in the stderr the problem from Configuration.getBuilderFactory
> ();
> The NullPointer comes from the method
>
> authnStatementBuilder.buildObject ();
>
> The code comes from here:
>
> https://mail.internet2.edu/wws/arc/mace-opensaml-users/2006-09/msg00019.html
>
> Thank you!
>
>


Yeah, that example code is very old and the library init process has
changed. You no longer call Configuration.init() (because it doesn't
exist anymore). Instead you do:

org.opensaml.DefaultBootstrap.bootstrap().

Or you can initialize the providers, etc. and other Configuration items
using custom code if you like. But if you don't have special needs, the
DefaultBootstrap is the way to go.

--Brent





Archive powered by MHonArc 2.6.16.

Top of Page