[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java
noreply at shibboleth.net
noreply at shibboleth.net
Mon Mar 25 22:14:16 EDT 2013
Author: scantor
Date: Mon Mar 25 22:14:16 2013
New Revision: 4362
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4362&view=rev
Log:
Call superclass validate()
Modified:
trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java
Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java?rev=4362&r1=4361&r2=4362&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/log/LogbackLoggingService.java Mon Mar 25 22:14:16 2013
@@ -81,6 +81,7 @@
/** {@inheritDoc} */
public void validate() throws ComponentValidationException {
+ super.validate();
try {
if (!configurationResource.exists()) {
throw new ComponentValidationException("Logging service configuration resource "
More information about the commits
mailing list