X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2FSAMLConfig.cpp;h=f5082b8f0f43665414ee2dd39f58a53b9cae4360;hb=96bb0cc35b86b6633f0c6aa4ba8f39f62d020834;hp=78f7e0f11bfb77005c1a5d3fd626d7c5b923964d;hpb=e93a1bc484f437af4f21fe5db9fa5a1de832eb37;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/SAMLConfig.cpp b/saml/SAMLConfig.cpp index 78f7e0f..f5082b8 100644 --- a/saml/SAMLConfig.cpp +++ b/saml/SAMLConfig.cpp @@ -54,6 +54,7 @@ #include #include #include +#include #include #include @@ -118,6 +119,7 @@ bool SAMLInternalConfig::init(bool initXMLTooling) if (initXMLTooling) XMLToolingConfig::getConfig().init(); + XMLToolingConfig::getConfig().getPathResolver()->setDefaultPackageName("opensaml"); REGISTER_XMLTOOLING_EXCEPTION_FACTORY(ArtifactException,opensaml); REGISTER_XMLTOOLING_EXCEPTION_FACTORY(SecurityPolicyException,opensaml);