[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/services-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Sat Sep 12 11:03:37 EDT 2015


Author: rdw
Date: Sat Sep 12 11:03:37 2015
New Revision: 7741

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7741&view=rev
Log:
Fix build

Modified:
    trunk/idp-conf/src/main/resources/system/conf/services-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/services-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/services-system.xml?rev=7741&r1=7740&r2=7741&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/services-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/services-system.xml	Sat Sep 12 11:03:37 2015
@@ -83,7 +83,7 @@
             <bean class="net.shibboleth.idp.profile.spring.relyingparty.metadata.impl.MetadataResolverServiceStrategy" />
         </constructor-arg>
         <property name="beanPostProcessors">
-            <bean class="net.shibboleth.idp.profile.spring.relyingparty.metadata.NodeProcessingAttachingBeanPostProcessor"
+            <bean class="net.shibboleth.idp.profile.spring.relyingparty.metadata.impl.NodeProcessingAttachingBeanPostProcessor"
                 c:service-ref="shibboleth.AttributeResolverService" />
         </property>
     </bean>



More information about the commits mailing list