From 4980e3ed2b2461f3d79b4175f9f7cfb467ea85ee Mon Sep 17 00:00:00 2001 From: cantor Date: Wed, 30 Jan 2008 03:39:01 +0000 Subject: [PATCH] Override default package for path resolution. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@369 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- saml/SAMLConfig.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.1.4