[java-identity-provider COMMIT] /trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java
noreply at shibboleth.net
noreply at shibboleth.net
Sat Mar 31 00:50:55 BST 2012
Author: putmanb
Date: Sat Mar 31 00:50:55 2012
New Revision: 4153
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4153&view=rev
Log:
Rename old ConfigurationException to better align with current usage
Modified:
trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java
Modified: trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java?rev=4153&r1=4152&r2=4153&view=diff
==============================================================================
--- trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java (original)
+++ trunk/idp-consent-impl/src/test/java/net/shibboleth/idp/attribute/consent/TestData.java Sat Mar 31 00:50:55 2012
@@ -31,7 +31,7 @@
import net.shibboleth.utilities.java.support.xml.BasicParserPool;
import org.joda.time.DateTime;
-import org.opensaml.core.xml.config.ConfigurationException;
+import org.opensaml.core.xml.config.XMLConfigurationException;
import org.opensaml.saml.config.DefaultBootstrap;
import org.opensaml.saml.saml2.metadata.provider.MetadataProvider;
import org.opensaml.saml.saml2.metadata.provider.MetadataProviderException;
@@ -189,7 +189,7 @@
private static MetadataProvider createMetadataProvider(String file) {
try {
DefaultBootstrap.bootstrap();
- } catch (ConfigurationException e) {
+ } catch (XMLConfigurationException e) {
e.printStackTrace();
}
More information about the commits
mailing list