mace-opensaml-users - Re: Problems signing/validating metadata
Subject: OpenSAML user discussion
List archive
- From: Brent Putman <>
- To:
- Subject: Re: Problems signing/validating metadata
- Date: Thu, 14 Feb 2008 11:43:35 -0500
Hmm, well, that's not happening for me. I just ran the complete
suite of unit tests on the opensaml stack and I get no errors. Also, I
searched all the files in the entire project for that class name
(org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorBuilder)
and it doesn't appear anywhere. Note I renamed those classes with the
-Type convention. The actual class is now called
org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder. So it sounds like somehow you have the newer version of the code, but are somehow trying to load the older version of the config file for those providers, named saml2-metadata-query-config.xml. The contents of that file should be: <ObjectProviders> <!-- ActionNamespace provider --> <ObjectProvider qualifiedName="query:ActionNamespace"> <BuilderClass className="org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceBuilder" /> <MarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceMarshaller" /> <UnmarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.ActionNamespaceUnmarshaller" /> </ObjectProvider> <!-- AttributeQueryDescriptorType provider --> <ObjectProvider qualifiedName="query:AttributeQueryDescriptorType"> <BuilderClass className="org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeBuilder" /> <MarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeMarshaller" /> <UnmarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.AttributeQueryDescriptorTypeUnmarshaller" /> </ObjectProvider> <!-- AuthnQueryDescriptorType provider --> <ObjectProvider qualifiedName="query:AuthnQueryDescriptorType"> <BuilderClass className="org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeBuilder" /> <MarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeMarshaller" /> <UnmarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.AuthnQueryDescriptorTypeUnmarshaller" /> </ObjectProvider> <!-- AuthzDescisionQueryDescriptorType provider --> <ObjectProvider qualifiedName="query:AuthzDecisionQueryDescriptorType"> <BuilderClass className="org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeBuilder" /> <MarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeMarshaller" /> <UnmarshallingClass className="org.opensaml.samlext.saml2mdquery.impl.AuthzDecisionQueryDescriptorTypeUnmarshaller" /> </ObjectProvider> </ObjectProviders> If if looks other than that, it's not correct. All I can think of is either you have an incomplete SVN update (don't see how that's possible, the config file and class updates were in the same check-in), or you must be doing some kind of custom building and packaging process (i.e. other than running our ant 'package' target). If the latter, you're on your own, I can't fix that for you. --Brent Manuela Stanica wrote: Hi, thanks for the tips! I got a clearer picture of the issue now. |
- Re: Problems signing/validating metadata, (continued)
- Re: Problems signing/validating metadata, Manuela Stanica, 02/12/2008
- Re: Problems signing/validating metadata, Chad La Joie, 02/12/2008
- Re: Problems signing/validating metadata, Brent Putman, 02/12/2008
- RE: Problems signing/validating metadata, Scott Cantor, 02/12/2008
- Message not available
- Re: Problems signing/validating metadata, Brent Putman, 02/12/2008
- Re: Problems signing/validating metadata, Manuela Stanica, 02/13/2008
- Re: Problems signing/validating metadata, Brent Putman, 02/13/2008
- Re: Problems signing/validating metadata, Tom Scavo, 02/13/2008
- Re: Problems signing/validating metadata, Brent Putman, 02/13/2008
- Re: Problems signing/validating metadata, Manuela Stanica, 02/14/2008
- Re: Problems signing/validating metadata, Brent Putman, 02/14/2008
- Re: Problems signing/validating metadata, Manuela Stanica, 02/12/2008
- Re: Problems signing/validating metadata, Brent Putman, 02/13/2008
Archive powered by MHonArc 2.6.16.