[java-opensaml2 COMMIT] in /branches/REL_2/src/main: java/org/opensaml/samlext/saml1md/impl/SourceIDMarshaller.java j...

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 28 14:54:40 EST 2013


Author: scantor
Date: Mon Jan 28 14:54:39 2013
New Revision: 1620

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1620&view=rev
Log:
Switch to existing marshallers.

Modified:
    branches/REL_2/src/main/java/org/opensaml/samlext/saml1md/impl/SourceIDMarshaller.java
    branches/REL_2/src/main/java/org/opensaml/samlext/saml1md/impl/SourceIDUnmarshaller.java
    branches/REL_2/src/main/resources/saml1-metadata-config.xml

Modified: branches/REL_2/src/main/resources/saml1-metadata-config.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/resources/saml1-metadata-config.xml?rev=1620&r1=1619&r2=1620&view=diff
==============================================================================
--- branches/REL_2/src/main/resources/saml1-metadata-config.xml (original)
+++ branches/REL_2/src/main/resources/saml1-metadata-config.xml Mon Jan 28 14:54:39 2013
@@ -7,8 +7,8 @@
 		<!-- SourceID provider -->
 		<ObjectProvider qualifiedName="saml1md:SourceID">
 			<BuilderClass className="org.opensaml.samlext.saml1md.impl.SourceIDBuilder"/>
-			<MarshallingClass className="org.opensaml.samlext.saml1md.impl.SourceIDMarshaller"/>
-			<UnmarshallingClass className="org.opensaml.samlext.saml1md.impl.SourceIDUnmarshaller"/>
+			<MarshallingClass className="org.opensaml.xml.schema.impl.XSStringMarshaller"/>
+			<UnmarshallingClass className="org.opensaml.xml.schema.impl.XSStringUnmarshaller"/>
 		</ObjectProvider>
 
 	</ObjectProviders>



More information about the commits mailing list