Null returned by XMLObjectProviderRegistrySupport.getBuilderFactory()

Mark Watson mjw4tson at gmail.com
Fri May 24 11:56:08 EDT 2019


Hi Brent,

Thanks for the notes - I ended up figuring it out last night. I did a
deeper dive into reasons why the services wouldn't be available at the time
initialize() was called and looked through some recent commits to see what
may have changed. Our jboss deployment had been modified and a
services="import" tag had been removed so all our module services were not
being exposed to our war file.

Thanks for the help!

-Mark

On Thu, May 23, 2019 at 5:21 PM Brent Putman <putmanb at georgetown.edu> wrote:

>
> On 5/21/19 5:34 PM, Mark Watson wrote:
>
> Hi dev,
>
> I've been using XMLObjectProviderRegistrySupport.getBuilderFactory() in
> OpenSAML v3 to build my SAML objects, but have just started running into an
> issue where the function is now returning a null value preventing said
> object creation. This code was working previously, and I am calling
> InitializationService.initialize() before I try to build the SAML object.
>
> Any ideas what could cause this? I'm deploying to wildfly 10.
>
>
> No ideas off-hand, but the general reason would be that whatever you are
> doing, the library is not being successfully inited, by calling
> InitializationService.initialize().  Have you changed anything around where
> and how you call that?  I don't know wildfly so I can't offer specific
> guidance there, but my off-hand guess is that this is something that is
> environment-specific.
>
> --
> To unsubscribe from this list send an email to
> dev-unsubscribe at shibboleth.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20190524/9c32cf5f/attachment.html>


More information about the dev mailing list