Hi,<div><br></div><div>I'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 ("test install"). No modifications to the codebase so far. Here are the results I'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:<212339730> but was:<63951532></div><div>
testResponseEncoding(org.opensaml.saml2.binding.encoding.HTTPPostEncoderTest): expected:<833802980> but was:<-1631909037></div><div> testRequestEncoding(org.opensaml.saml2.binding.encoding.HTTPPostEncoderTest): expected:<-1355812539> but was:<-1323675582></div>
<div> testResponseEncoding(org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoderTest): expected:<637875160> but was:<338015914></div><div> testRequestEncoding(org.opensaml.saml2.binding.encoding.HTTPPostSimpleSignEncoderTest): expected:<-481805865> but was:<292804697></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't seem to access (the hostname <a href="http://incommonfederation.org">incommonfederation.org</a> doesn't even resolve). Is this an outdated reference, or is the host not public?</div>
<div><br></div><div>I haven'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'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'm running Eclipse Indigo on Win7 64-bit. I'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>