<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-cite-prefix">On 5/21/19 5:34 PM, Mark Watson wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAH5M_km2d0tkfiggp8vAAGYg=vjj0E9Jsg+iM5hsyMw1hQzP1g@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">Hi dev,
<div><br>
</div>
<div>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.</div>
<div><br>
</div>
<div>Any ideas what could cause this? I'm deploying to wildfly
10.</div>
</div>
</blockquote>
<p><br>
</p>
<p>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.<br>
</p>
<br>
</body>
</html>