Skip to Content.
Sympa Menu

mace-opensaml-users - common-config.xml

Subject: OpenSAML user discussion

List archive

common-config.xml


Chronological Thread 
  • From: Brad Anderson <>
  • To:
  • Subject: common-config.xml
  • Date: Thu, 30 Nov 2006 15:11:41 -0500
  • Organization: The Sankaty Group, Inc.

I've just updated all three java packages to trunk as of today. In
xmltooling, around r214, putmanb was redoing the
implementation of KeyInfo.

http://svn.middleware.georgetown.edu/view?view=rev&root=java-xmltooling&revision=214

This caused the main opensaml2 lib to not work properly unless I changed the
/conf/common-config.xml directory to
reflect his class changes.

<!-- XML Digital Signature KeyInfo -->
<ObjectProvider qualifiedName="ds:KeyInfo">
<BuilderClass
className="org.opensaml.xml.signature.impl.KeyInfoBuilder" />
<MarshallingClass
className="org.opensaml.xml.signature.impl.KeyInfoMarshaller" />
<UnmarshallingClass
className="org.opensaml.xml.signature.impl.KeyInfoUnmarshaller" />
</ObjectProvider>


Is this the correct update that needed to be applied? It seems so, because I
am getting as far as I was getting with
signature verification before my 'svn up'.

Cheers,
Brad






Archive powered by MHonArc 2.6.16.

Top of Page