<div dir="ltr">Yes I agree... We failed to initialize basepool in 3.1.1 .Unlike OpenSaml 2.6 , its constructor does this job.<div>Any ways now explicitly we are doing initialize() at 3.1.1 .</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 17, 2015 at 11:23 PM, Brent Putman <span dir="ltr"><<a href="mailto:putmanb@georgetown.edu" target="_blank">putmanb@georgetown.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><span class="">
<br>
<br>
<div>On 6/17/15 10:27 AM, Sandeep urs wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div><br>
<div><span style="white-space:pre-wrap"> </span>Element
metadataRoot = document.getDocumentElement();</div>
<div><span style="white-space:pre-wrap"> </span>QName
qName = new
QName(metadataRoot.getNamespaceURI(),metadataRoot.getLocalName(),
metadataRoot.getPrefix());</div>
<div><span style="white-space:pre-wrap"> </span>unmarshaller=
org.opensaml.core.xml.util.XMLObjectSupport.getUnmarshaller(qName);<br>
</div>
</div>
</div>
</blockquote>
<br></span>
Scott already gave the answer to your problem. Unrelated to that:
the above is more complex than it needs to be. We support lookup of
Unmarshallers via direct input of an Element, in addition to a
QName.<br>
<br>
So the last line could just be:<br>
<br>
<tt>unmarshaller=
org.opensaml.core.xml.util.XMLObjectSupport.getUnmarshaller(metadataRoot);</tt>
</div>
<br>--<br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net">dev-unsubscribe@shibboleth.net</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Thanks & Regards<div>Sandeep KS</div></div>
</div>