Compilation was failing for the SAML 1.0 schemas because they did not have access...
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 10 Aug 2005 22:36:55 +0000 (22:36 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 10 Aug 2005 22:36:55 +0000 (22:36 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1783 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/xml/Parser.java

index 6b5c1fa..1ce23b7 100644 (file)
@@ -131,7 +131,8 @@ public class Parser {
        };
     private static String[] oldResources = new String[]{
             "cs-sstc-schema-assertion-01.xsd",
-            "cs-sstc-schema-protocol-01.xsd"
+            "cs-sstc-schema-protocol-01.xsd",
+            "xmldsig-core-schema.xsd"
        };
     
     // If there were a real Framework here (like Spring) then
@@ -324,4 +325,4 @@ public class Parser {
                org.opensaml.XML.parserPool.setDefaultSchemas(schemaOldSAML,schema);
     }
     
-}
\ No newline at end of file
+}