Hi,<div><br></div><div>I&#39;m trying to get started on a basic build of the opensaml library (need to fix the integer parsing behavior described here: <a href="http://shibboleth.net/pipermail/users/2012-June/004171.html">http://shibboleth.net/pipermail/users/2012-June/004171.html</a>). But am having issues with some of the tests.</div>

<div><br></div><div>I checked out a <a href="https://svn.shibboleth.net/java-opensaml2/tags/2.5.1">https://svn.shibboleth.net/java-opensaml2/tags/2.5.1</a>, imported it into Eclipse as a Maven project, and tried to run a build (&quot;test install&quot;). No modifications to the codebase so far. Here are the results I&#39;m getting:</div>

<div><br></div><div>-------------</div><div><div><br></div><div>Failed tests: </div><div>  testEncoding(org.opensaml.saml1.binding.encoding.HTTPPostEncoderTest): expected:&lt;212339730&gt; but was:&lt;63951532&gt;</div><div>

  testResponseEncoding(org.opensaml.saml2.binding.encoding.HTTPPostEncoderTest): expected:&lt;833802980&gt; but was:&lt;-1631909037&gt;</div><div>  testRequestEncoding(org.opensaml.saml2.binding.encoding.HTTPPostEncoderTest): expected:&lt;-1355812539&gt; but was:&lt;-1323675582&gt;</div>

<div>  testResponseEncoding(org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoderTest): expected:&lt;637875160&gt; but was:&lt;338015914&gt;</div><div>  testRequestEncoding(org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoderTest): expected:&lt;-481805865&gt; but was:&lt;292804697&gt;</div>

<div><br></div><div>Tests in error: </div><div>  testWhiteListSPRole(org.opensaml.saml2.metadata.provider.EntityRoleFilterTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  testWhiteListIdPRoles(org.opensaml.saml2.metadata.provider.EntityRoleFilterTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  testWhiteListNoRole(org.opensaml.saml2.metadata.provider.EntityRoleFilterTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  testGetMetadata(org.opensaml.saml2.metadata.provider.HTTPMetadataProviderTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  testGetEntityDescriptor(org.opensaml.saml2.metadata.provider.HTTPMetadataProviderTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  testGetRole(org.opensaml.saml2.metadata.provider.HTTPMetadataProviderTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  testGetRoleWithSupportedProtocol(org.opensaml.saml2.metadata.provider.HTTPMetadataProviderTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  testGetEntitiesDescriptor(org.opensaml.saml2.metadata.provider.HTTPMetadataProviderTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

<div>  test(org.opensaml.saml2.metadata.provider.SchemaValidationFilterTest): org.opensaml.saml2.metadata.provider.MetadataProviderException: Error retrieving metadata from <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a></div>

</div><div><br></div><div>-------------</div><div><br></div><div>The EntityRoleFilterTest, HTTPMetadataProviderTest, and SchemaValidationFilterTest all make references to a <a href="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml">http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml</a>, which I can&#39;t seem to access (the hostname <a href="http://incommonfederation.org">incommonfederation.org</a> doesn&#39;t even resolve). Is this an outdated reference, or is the host not public?</div>

<div><br></div><div>I haven&#39;t looked very deeply at the HTTPPostEncoderTest or HTTPPostSimpleSignEncoderTest yet, but do the unexpected values I end up with ring a bell for anyone?</div><div><br></div><div>Sorry if this is a very basic question - I&#39;m guessing I just have something wrong with my environment setup here.</div>

<div><br></div><div>If this info happens to be relevant: I do have the JCE extension installed, and I&#39;m running Eclipse Indigo on Win7 64-bit. I&#39;m using 2.5.1 currently since my current application is already built/tested with it, but I can look at updating to the newer 2.5.3 if it fixes these issues.</div>

<div><br></div><div>-Nathan</div>